Skip to content

Commit

Permalink
Merge pull request #4 from parea-ai/update-github-actions
Browse files Browse the repository at this point in the history
fix(github-actions): bump action versions
  • Loading branch information
jalexanderII authored Jan 26, 2024
2 parents bef5775 + d632d49 commit 9cc2186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.1
with:
node-version: "lts/*"

Expand All @@ -37,7 +37,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4.0.0
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down

0 comments on commit 9cc2186

Please sign in to comment.