Skip to content

Commit 48be413

Browse files
chore(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14ddc32 commit 48be413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
-
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- uses: actions/cache@v5
2323
name: Cache pnpm store
2424
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
-
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
fetch-depth: 0
5454
- uses: actions/cache@v5

0 commit comments

Comments
 (0)