Skip to content

Commit cfff420

Browse files
authored
Merge pull request #139 from ether/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 14ddc32 + 48be413 commit cfff420

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)