Skip to content

Commit

Permalink
Update deployment workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed May 3, 2024
1 parent 9af8223 commit 05d83f0
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 @@ -16,13 +16,13 @@ jobs:

steps:
- name: Get files
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm"
Expand Down

0 comments on commit 05d83f0

Please sign in to comment.