Skip to content

Commit

Permalink
Update PNPM action
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Jul 7, 2024
1 parent 83d9d71 commit dd5b608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fetch-depth: ${{ github.event_name == 'push' && 2 || 1 }}

- name: 📥 Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: latest

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:

- name: 📥 Install pnpm
if: steps.changed-files.outputs.requires_build == 'true'
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: latest

Expand Down
1 change: 1 addition & 0 deletions project.inlang/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cache

0 comments on commit dd5b608

Please sign in to comment.