Skip to content

Commit 1d255e1

Browse files
authored
Merge pull request #205 from pre-martin/dependabot/github_actions/develop/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents da8985e + 9700969 commit 1d255e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
4646

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: windows-latest
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2121
- name: Setup .NET

0 commit comments

Comments
 (0)