Skip to content

Commit 48c2329

Browse files
authored
Merge pull request #185 from pre-martin/dependabot/github_actions/develop/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b0bb893 + d7fa232 commit 48c2329

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@v4
43+
uses: actions/checkout@v5
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@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2121
- name: Setup .NET

0 commit comments

Comments
 (0)