Skip to content

Commit 79b77ca

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1739)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4014f7 commit 79b77ca

20 files changed

Lines changed: 52 additions & 52 deletions

.github/workflows/branch-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
outputs:
3030
should_run: ${{ steps.gate.outputs.should_run }}
3131
steps:
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333

3434
- id: gate
3535
uses: ./.github/actions/pr-gate
@@ -45,7 +45,7 @@ jobs:
4545
username: ${{ github.actor }}
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747
steps:
48-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
48+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4949

5050
- name: Mark workspace as safe for git
5151
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -69,7 +69,7 @@ jobs:
6969
username: ${{ github.actor }}
7070
password: ${{ secrets.GITHUB_TOKEN }}
7171
steps:
72-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
72+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
7373

7474
- name: Install tools
7575
run: mise install --locked
@@ -95,7 +95,7 @@ jobs:
9595
username: ${{ github.actor }}
9696
password: ${{ secrets.GITHUB_TOKEN }}
9797
steps:
98-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
98+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9999

100100
- name: Configure GHA sccache backend
101101
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
@@ -149,7 +149,7 @@ jobs:
149149
username: ${{ github.actor }}
150150
password: ${{ secrets.GITHUB_TOKEN }}
151151
steps:
152-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
152+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
153153

154154
- name: Install tools
155155
run: mise install --locked
@@ -174,7 +174,7 @@ jobs:
174174
username: ${{ github.actor }}
175175
password: ${{ secrets.GITHUB_TOKEN }}
176176
steps:
177-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
177+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
178178

179179
- name: Install tools
180180
run: mise install --locked

.github/workflows/branch-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323

2424
- name: Check Fern preview availability
2525
id: fern-preview

.github/workflows/branch-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run_kubernetes_ha_e2e: ${{ steps.labels.outputs.run_kubernetes_ha_e2e }}
2727
run_any_e2e: ${{ steps.labels.outputs.run_any_e2e }}
2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
- id: gate
3131
uses: ./.github/actions/pr-gate
3232
- id: labels

.github/workflows/ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.runner }}
3636
timeout-minutes: 60
3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3939

4040
- name: Log in to GitHub Container Registry
4141
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4

.github/workflows/deb-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: ${{ github.actor }}
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444
steps:
45-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4646
with:
4747
ref: ${{ inputs['checkout-ref'] }}
4848

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
DOCKER_PUSH: ${{ inputs.push && '1' || '0' }}
192192
DOCKER_PLATFORM: ${{ matrix.platform }}
193193
steps:
194-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
194+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
195195
with:
196196
ref: ${{ inputs['checkout-ref'] || github.sha }}
197197
fetch-depth: 0

.github/workflows/driver-vm-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434
steps:
35-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3636
with:
3737
ref: ${{ inputs['checkout-ref'] }}
3838

@@ -102,7 +102,7 @@ jobs:
102102
MISE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
OPENSHELL_IMAGE_TAG: ${{ inputs['image-tag'] }}
104104
steps:
105-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
105+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
106106
with:
107107
ref: ${{ inputs['checkout-ref'] }}
108108
fetch-depth: 0

.github/workflows/driver-vm-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434
steps:
35-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3636
with:
3737
ref: ${{ inputs['checkout-ref'] }}
3838

@@ -79,7 +79,7 @@ jobs:
7979
MISE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
OPENSHELL_IMAGE_TAG: ${{ inputs['image-tag'] }}
8181
steps:
82-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
82+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
8383
with:
8484
ref: ${{ inputs['checkout-ref'] }}
8585
fetch-depth: 0
@@ -135,7 +135,7 @@ jobs:
135135
env:
136136
MISE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
steps:
138-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
138+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
139139
with:
140140
ref: ${{ inputs['checkout-ref'] }}
141141
fetch-depth: 0

.github/workflows/e2e-gpu-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# probe below and by the e2e tests in e2e/rust/tests/gpu_device_selection.rs.
5656
OPENSHELL_E2E_GPU_PROBE_IMAGE: "nvcr.io/nvidia/base/ubuntu:noble-20251013"
5757
steps:
58-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
58+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5959

6060
- name: Log in to GHCR
6161
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin

.github/workflows/e2e-kubernetes-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
MISE_VERSION: ${{ inputs.mise-version }}
5555
KIND_CLUSTER_NAME: kube-e2e-${{ github.run_id }}
5656
steps:
57-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5858
with:
5959
ref: ${{ inputs['checkout-ref'] || github.sha }}
6060

0 commit comments

Comments
 (0)