Skip to content

Commit fd17e1b

Browse files
Update actions/checkout action to v6
1 parent 7f59f7c commit fd17e1b

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
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
1818

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2222

0 commit comments

Comments
 (0)