Skip to content

Commit 0e724c4

Browse files
authored
Merge pull request #3 from sboulema/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 3176348 + d9342ff commit 0e724c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)