Skip to content

Commit 6ead26c

Browse files
authored
Merge pull request #11 from SteveGilham/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 7063926 + 3a4a6a4 commit 6ead26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
windows:
1515
runs-on: windows-latest
1616
steps:
17-
- uses: actions/checkout@v5.0.0
17+
- uses: actions/checkout@v6.0.0
1818
with:
1919
fetch-depth: 2
2020
- uses: actions/setup-dotnet@v5
@@ -36,7 +36,7 @@ jobs:
3636
linux:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v5.0.0
39+
- uses: actions/checkout@v6.0.0
4040
with:
4141
fetch-depth: 2
4242
- uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)