Skip to content

Commit

Permalink
Bump deploy workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Nov 15, 2022
1 parent 9c4dbf3 commit 0424a81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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@v2
uses: actions/checkout@v3

# speeds up pnpm install, theoretically
- name: Cache Dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.local/share/pnpm/store
key: pnpm7-${{ hashFiles('pnpm-lock.yaml') }}
Expand All @@ -33,12 +33,12 @@ jobs:
- name: Setup PNPM
id: pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.2.4
with:
version: 7.12.2
version: 7.16.0

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

Expand Down

0 comments on commit 0424a81

Please sign in to comment.