Skip to content

Commit ca57b98

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CYPRESS_INSTALL_BINARY: 0
2626
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
submodules: 'recursive'
3131
- uses: pnpm/action-setup@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
id-token: write
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v3
1919
with:
2020
version: 10.14.0

0 commit comments

Comments
 (0)