Skip to content

Commit 8a511cb

Browse files
Update actions/checkout action to v7 (#748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6cfa68 commit 8a511cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
NPM_CONFIG_REGISTRY: 'https://registry.npmjs.org'
3939

4040
steps:
41-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
41+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4242

4343
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
4444

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
FORCE_COLOR: 1
2020
name: Node ${{ matrix.node }}
2121
steps:
22-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
22+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
fetch-depth: 0
2525
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6

0 commit comments

Comments
 (0)