Skip to content

Commit

Permalink
ci: Update action versions in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Jul 4, 2024
1 parent b04e05c commit 487ca86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
ref: main

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

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 'latest'

- name: Install Dependencies
run: pnpm install
Expand All @@ -32,7 +32,7 @@ jobs:
run: pnpm run build

- name: Commit and push changes to repository
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Automated build/product feed update'

Expand Down

0 comments on commit 487ca86

Please sign in to comment.