Skip to content

Commit

Permalink
test: try @latest tags for 'uses'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Dec 1, 2024
1 parent 2dc9799 commit 02b66f1
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
uses: actions/cache@latest
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
- uses: actions/setup-node
- uses: actions/checkout@latest
- uses: actions/setup-node@latest
with:
node-version-file: '.nvmrc'
- name: Cache ~/.pnpm-store
Expand Down

0 comments on commit 02b66f1

Please sign in to comment.