Skip to content

Commit d9dc65b

Browse files
authored
upgrading actions
1 parent a5a9420 commit d9dc65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
timeout-minutes: 15
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Setup .NET 6.0
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
2121
with:
2222
dotnet-version: 6.0.x
2323
- name: Setup .NET 7.0
24-
uses: actions/setup-dotnet@v4
24+
uses: actions/setup-dotnet@v5
2525
with:
2626
dotnet-version: 7.0.x
2727
- name: Restore Google.Authenticator

0 commit comments

Comments
 (0)