Skip to content

Commit acd2c18

Browse files
authored
Merge pull request #726 from scratchfoundation/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 3f2e8ee + e3c2a8c commit acd2c18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pages: write # deploy to GitHub Pages
2828
pull-requests: write # comment on released pull requests
2929
steps:
30-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131
with:
3232
persist-credentials: false # automatic GITHUB_TOKEN would interfere with custom one in semantic-release step
3333

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
commitlint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6

.github/workflows/daily-help-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
24+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2525
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2626
with:
2727
cache: 'npm'

.github/workflows/daily-tx-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
TX_TOKEN: ${{ secrets.TX_TOKEN }}
2626

2727
steps:
28-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2929
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3030
with:
3131
cache: 'npm'

0 commit comments

Comments
 (0)