Skip to content

Commit cd2d01a

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent ecf8fce commit cd2d01a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/test-scripts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: scripts/
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
48+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949
- name: Setup Node
5050
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
5151
with:
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: scripts/
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
64+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565
- name: Setup Node
6666
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
6767
with:
@@ -77,7 +77,7 @@ jobs:
7777
working-directory: scripts/
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
80+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8181
- name: Setup Node
8282
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
8383
with:

.github/workflows/test-tooling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
status: in_progress
6060
if: ${{ !!github.event.workflow_run }}
6161
- name: Checkout Custard
62-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6363
- name: Setup Go
6464
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6565
with:
@@ -99,7 +99,7 @@ jobs:
9999
status: in_progress
100100
if: ${{ !!github.event.workflow_run }}
101101
- name: Checkout Custard
102-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
102+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
103103
- name: Setup Go
104104
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
105105
with:

.github/workflows/test-workflows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
NODE_OPTIONS: --no-warnings=75058
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
93+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9494
with:
9595
ref: ${{ github.event.workflow_run.head_sha || github.event.pull_request.head.sha || inputs.ref || github.sha }}
9696
- name: Check queued
@@ -130,7 +130,7 @@ jobs:
130130
timeout-minutes: 1
131131
steps:
132132
- name: Checkout
133-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
133+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
134134
with:
135135
ref: ${{ github.event.workflow_run.head_sha || github.event.pull_request.head.sha || inputs.ref || github.sha }}
136136
- name: Check success
@@ -147,7 +147,7 @@ jobs:
147147
timeout-minutes: 1
148148
steps:
149149
- name: Checkout
150-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
150+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
151151
with:
152152
ref: ${{ github.event.workflow_run.head_sha || github.event.pull_request.head.sha || inputs.ref || github.sha }}
153153
- name: Check in_progress

actions/steps/affected/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
with:
5454
go-version: ${{ inputs.go-version }}
5555
- name: Checkout Custard
56-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5757
with:
5858
repository: GoogleCloudPlatform/cloud-samples-tools
5959
ref: ${{ inputs.custard-version }}
@@ -68,7 +68,7 @@ runs:
6868

6969
# Find the affected packages.
7070
- name: Checkout the commit history
71-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
71+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7272
with:
7373
ref: ${{ inputs.head-sha }}
7474
fetch-depth: 0 # fetch the entire branch history to find diffs

0 commit comments

Comments
 (0)