From 487ca8691bd91d5d0286db72788f939b47ed80c1 Mon Sep 17 00:00:00 2001 From: Christopher Carroll Smith Date: Wed, 3 Jul 2024 22:21:39 -0400 Subject: [PATCH] ci: Update action versions in Github workflow --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 364b56e..a49c6c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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'