Skip to content

Commit

Permalink
update all actions we ball
Browse files Browse the repository at this point in the history
  • Loading branch information
eddien24 committed Feb 4, 2025
1 parent 8c6f5cd commit 89b1041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# speeds up pnpm install, theoretically
- name: Cache Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local/share/pnpm/store
key: pnpm7-${{ hashFiles('pnpm-lock.yaml') }}
Expand All @@ -38,7 +38,7 @@ jobs:
version: 10.1.0

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .node-version

Expand Down

0 comments on commit 89b1041

Please sign in to comment.