Skip to content

Commit

Permalink
fix: latest->v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Dec 1, 2024
1 parent 02b66f1 commit db36a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache ~/.pnpm-store
uses: actions/cache@latest
uses: actions/cache@v3
env:
cache-name: cache-pnpm-store
with:
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
id-token: write
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
steps:
- uses: actions/checkout@latest
- uses: actions/setup-node@latest
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Cache ~/.pnpm-store
Expand Down

0 comments on commit db36a3d

Please sign in to comment.