Skip to content

Commit e90ddf6

Browse files
authored
Merge pull request #1006 from pubkey/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 3a21966 + f8ddbbb commit e90ddf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# @link https://docs.npmjs.com/generating-provenance-statements#about-npm-provenance
1818
id-token: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-node@v6
2222
with:
2323
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)