Skip to content

Commit a79781b

Browse files
chore(deps): update actions/checkout action to v6
1 parent d886f83 commit a79781b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
SCRATCH_ENV: ${{ needs.set-environment.outputs.environment }}
6060
SCRATCH_SHOULD_DEPLOY: ${{ needs.set-environment.outputs.should_deploy }}
6161
steps:
62-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
62+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
6363
with:
6464
ref: ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
6565
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
@@ -147,7 +147,7 @@ jobs:
147147
SCRATCH_ENV: ${{ needs.set-environment.outputs.environment }}
148148
if: ${{ needs.set-environment.outputs.should_deploy == 'true' }}
149149
steps:
150-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
150+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
151151
with:
152152
ref: ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
153153
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
@@ -210,7 +210,7 @@ jobs:
210210
# but we could also, I dunno, consider fully testing _before_ we deploy? :sweat_smile:
211211
if: ${{ needs.set-environment.outputs.environment == 'production' }}
212212
steps:
213-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
213+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
214214
with:
215215
ref: ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
216216
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2121
- name: Checkout master
22-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2323
with:
2424
fetch-depth: 0
2525
ref: master

.github/workflows/tx-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
transifex-push:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1414
with:
1515
cache: 'npm'

0 commit comments

Comments
 (0)