Skip to content

Commit 851a98d

Browse files
authored
Update actions 'checkout' and 'setup-dotnet' to v5 (#11)
1 parent 77275f9 commit 851a98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v4
31+
uses: actions/setup-dotnet@v5
3232
with:
3333
dotnet-version: ${{ matrix.dotnet-version }}
3434
- name: Restore dependencies

0 commit comments

Comments
 (0)