Skip to content

Commit 0833d70

Browse files
authored
Merge pull request #98 from ChrisPulman/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 5c319b1 + 1ca622a commit 0833d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildOnly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
1919

.github/workflows/dotnet.yml

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

1717
- name: Checkout
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

0 commit comments

Comments
 (0)