Skip to content

Commit db36a3d

Browse files
committed
fix: latest->v* tags
1 parent 02b66f1 commit db36a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333

3434
- name: Cache ~/.pnpm-store
35-
uses: actions/cache@latest
35+
uses: actions/cache@v3
3636
env:
3737
cache-name: cache-pnpm-store
3838
with:
@@ -62,8 +62,8 @@ jobs:
6262
id-token: write
6363
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
6464
steps:
65-
- uses: actions/checkout@latest
66-
- uses: actions/setup-node@latest
65+
- uses: actions/checkout@v4
66+
- uses: actions/setup-node@v4
6767
with:
6868
node-version-file: '.nvmrc'
6969
- name: Cache ~/.pnpm-store

0 commit comments

Comments
 (0)