WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7653ab9

Browse files
chore(deps): update actions/checkout action to v6 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Lamb <[email protected]>
1 parent 10b1717 commit 7653ab9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
checks:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 1
1919
- uses: pre-commit/[email protected]

.github/workflows/test-artifact-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Create dummy file
1616
shell: bash
1717
run: echo "Dumbo" > file.txt

check_nightly_success/dispatch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: 'composite'
2626
steps:
2727
- name: Clone shared-actions repo
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
repository: ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
3131
ref: ${{ env.SHARED_ACTIONS_REF || 'main' }}

telemetry-dispatch-stash-base-env-vars/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
# We can't use the load-then-clone action because the env vars file
1616
# that it needs is something that we create here.
1717
- name: Clone shared-actions repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
repository: ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
2121
ref: ${{ env.SHARED_ACTIONS_REF || 'main' }}

telemetry-dispatch-write-summary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: 'composite'
2020
steps:
2121
- name: Clone shared-actions repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
repository: ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
2525
ref: ${{ env.SHARED_ACTIONS_REF || 'main' }}

telemetry-impls/load-then-clone/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
fi
5656
done <telemetry-artifacts/telemetry-env-vars
5757
- name: Clone shared-actions repo with loaded env vars
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
repository: ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
6161
ref: ${{ env.SHARED_ACTIONS_REF || 'main' }}

0 commit comments

Comments
 (0)