Skip to content

Commit 5f9e457

Browse files
authored
Merge pull request #1255 from standard/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 8bef65f + 6305460 commit 5f9e457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
app-id: ${{ secrets.BOT_APP_ID }}
1515
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1717
with:
1818
persist-credentials: false # for later steps to use a different authentication
1919
- uses: actions/setup-node@v3
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
node-version: ${{ fromJson(needs.get-supported-node-versions.outputs.versions) }}
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4444
with:
4545
fetch-depth: 0 # for commit linting
4646
- uses: actions/setup-node@v3
@@ -57,7 +57,7 @@ jobs:
5757
get-supported-node-versions:
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
6161
- id: get
6262
run: |
6363
set -euxo pipefail

0 commit comments

Comments
 (0)