Skip to content

Commit 7ec7bd0

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4efd36f commit 7ec7bd0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/aggregate-test-results.yml

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

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626

.github/workflows/build-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.repository == 'microsoft/vscode-jupyter'
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868
with:
6969
persist-credentials: false
7070

@@ -107,7 +107,7 @@ jobs:
107107
if: github.repository == 'microsoft/vscode-jupyter'
108108
steps:
109109
- name: Checkout
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
persist-credentials: false
113113

@@ -196,7 +196,7 @@ jobs:
196196
test-suite: [ts-unit]
197197
steps:
198198
- name: Checkout
199-
uses: actions/checkout@v5
199+
uses: actions/checkout@v6
200200
with:
201201
persist-credentials: false
202202

@@ -376,7 +376,7 @@ jobs:
376376

377377
steps:
378378
- name: Checkout
379-
uses: actions/checkout@v5
379+
uses: actions/checkout@v6
380380
with:
381381
persist-credentials: false
382382

@@ -807,7 +807,7 @@ jobs:
807807
python: ['3.10']
808808
steps:
809809
- name: Checkout
810-
uses: actions/checkout@v5
810+
uses: actions/checkout@v6
811811
with:
812812
persist-credentials: false
813813

.github/workflows/codeql-analysis.yml

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# If you do not check out your code, Copilot will do this for you.
3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Use Node ${{env.NODE_VERSION}}
4242
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)