Skip to content

Commit

Permalink
ci: update checkout and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Nov 18, 2024
1 parent 1488846 commit 8382f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
Expand All @@ -34,7 +34,7 @@ jobs:
continue-on-error: true

- name: Setup cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # pin@v2
uses: actions/cache@v4
with:
path: |
.pnpm-store
Expand Down

0 comments on commit 8382f8e

Please sign in to comment.