Skip to content

Commit b5a2233

Browse files
chore(deps): Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <support@github.com>
1 parent 2cdd804 commit b5a2233

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
benchmark_mode: ${{ steps.config.outputs.benchmark_mode }}
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 0
6464

@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-22.04
126126
steps:
127127
- name: Checkout Repository
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129
with:
130130
fetch-depth: 0
131131
submodules: recursive
@@ -255,7 +255,7 @@ jobs:
255255
runs-on: macos-latest
256256
steps:
257257
- name: Checkout Repository
258-
uses: actions/checkout@v4
258+
uses: actions/checkout@v6
259259
with:
260260
fetch-depth: 0
261261
submodules: recursive
@@ -385,7 +385,7 @@ jobs:
385385
runs-on: ubuntu-22.04
386386
steps:
387387
- name: Checkout
388-
uses: actions/checkout@v4
388+
uses: actions/checkout@v6
389389
with:
390390
ref: gh-pages
391391
fetch-depth: 0
@@ -592,7 +592,7 @@ jobs:
592592
cat "$INDEX_FILE" | jq '.'
593593
594594
- name: Checkout Python Scripts from Main
595-
uses: actions/checkout@v4
595+
uses: actions/checkout@v6
596596
with:
597597
ref: ${{ github.event.pull_request.head.sha || github.sha }}
598598
sparse-checkout: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
submodules: "recursive"
1919
fetch-depth: 1

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
runs-on: ubuntu-22.04
2525
steps:
2626
- name: Checkout gh-pages
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
ref: gh-pages
3030
fetch-depth: 0
3131

3232
- name: Checkout main branch scripts
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
ref: main
3636
path: main-repo
@@ -175,7 +175,7 @@ jobs:
175175
url: ${{ steps.deployment.outputs.page_url }}
176176
steps:
177177
- name: Checkout gh-pages
178-
uses: actions/checkout@v4
178+
uses: actions/checkout@v6
179179
with:
180180
ref: gh-pages
181181

.github/workflows/release.yml

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

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)