Skip to content

Commit 8986a41

Browse files
chore(deps): update actions/checkout action to v6 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50631f4 commit 8986a41

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@v5
28+
- uses: actions/checkout@v6
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@v5
17+
- uses: actions/checkout@v6
1818
- uses: pnpm/action-setup@v3
1919
with:
2020
version: 10.24.0

0 commit comments

Comments
 (0)