Skip to content

Commit 38d20df

Browse files
chore(deps): update actions/checkout action to v5 (#390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70e5dc4 commit 38d20df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
image: "node:${{ matrix.container_tag }}"
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Show node env
2828
run: |
2929
node -v
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- uses: actions/setup-node@v4
4444
with:
4545
node-version-file: .tool-versions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
app-id: ${{ secrets.BYPASS_APP_ID }}
4545
private-key: ${{ secrets.BYPASS_APP_PRIVATE_KEY }}
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
ref: master
4949
token: ${{ steps.app-token.outputs.token }}

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write
1313
if: github.event_name == 'workflow_dispatch'
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version-file: .tool-versions

0 commit comments

Comments
 (0)