Skip to content

Commit 8f5917f

Browse files
Upgrade checkout action from v4 to v5
1 parent 3caf0b1 commit 8f5917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Setup .NET and Build
2424
uses: ./.github/actions/setup-dotnet-build
2525
- name: Test

0 commit comments

Comments
 (0)