From 84110b2abed3f97d2e01e2262f50de1468546301 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Fri, 27 Mar 2026 21:16:25 +0000 Subject: [PATCH] chore(ci): bump GitHub Actions actions (#1048) --------- Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> Co-authored-by: Neko --- .github/workflows/autofix.yaml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .../workflows/deploy-cloudflare-workers-preview-deploy.yml | 6 +++--- .github/workflows/deploy-cloudflare-workers.yml | 2 +- .github/workflows/release-pkg.yaml | 2 +- .github/workflows/release-vsix.yaml | 2 +- .github/workflows/update-nix-assets-hash.yaml | 2 +- .github/workflows/update-nix-pnpm-deps-hash.yaml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 0cba8e2d6..0f055514c 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: node-version: lts/* @@ -31,4 +31,4 @@ jobs: # with: # args: --fix - - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 + - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # v1.3.3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be4e5bde1..54b775bc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: node-version: lts/* @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v6 # Node.js - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml b/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml index 8e9046a11..da68581ea 100644 --- a/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml +++ b/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Download artifact - metadata - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v19 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -92,7 +92,7 @@ jobs: steps: - name: Download artifact - metadata - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v19 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -193,7 +193,7 @@ jobs: - name: Wrangler Upload if: ${{ steps.build.outcome == 'success' }} id: wrangler-versions-upload - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v3.14.1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/.github/workflows/deploy-cloudflare-workers.yml b/.github/workflows/deploy-cloudflare-workers.yml index e2e33e20f..c2f34591a 100644 --- a/.github/workflows/deploy-cloudflare-workers.yml +++ b/.github/workflows/deploy-cloudflare-workers.yml @@ -89,7 +89,7 @@ jobs: POSTHOG_CLI_TOKEN: ${{ secrets.POSTHOG_TOKEN }} continue-on-error: true - - uses: cloudflare/wrangler-action@v3 + - uses: cloudflare/wrangler-action@v3.14.1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/.github/workflows/release-pkg.yaml b/.github/workflows/release-pkg.yaml index 43304b329..cf19395d9 100644 --- a/.github/workflows/release-pkg.yaml +++ b/.github/workflows/release-pkg.yaml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v5 with: run_install: false diff --git a/.github/workflows/release-vsix.yaml b/.github/workflows/release-vsix.yaml index dadfc80b7..07b6a4e00 100644 --- a/.github/workflows/release-vsix.yaml +++ b/.github/workflows/release-vsix.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v5 with: run_install: false diff --git a/.github/workflows/update-nix-assets-hash.yaml b/.github/workflows/update-nix-assets-hash.yaml index 321114161..7ce5a7ad6 100644 --- a/.github/workflows/update-nix-assets-hash.yaml +++ b/.github/workflows/update-nix-assets-hash.yaml @@ -40,7 +40,7 @@ jobs: - name: Pull with rebase run: git pull --rebase --autostash - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'chore(nix): update assets hash' commit_author: github-actions[bot] diff --git a/.github/workflows/update-nix-pnpm-deps-hash.yaml b/.github/workflows/update-nix-pnpm-deps-hash.yaml index e9fc83d80..280efd907 100644 --- a/.github/workflows/update-nix-pnpm-deps-hash.yaml +++ b/.github/workflows/update-nix-pnpm-deps-hash.yaml @@ -39,7 +39,7 @@ jobs: - name: Pull with rebase run: git pull --rebase --autostash - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'chore(nix): update pnpmDeps hash' commit_author: github-actions[bot]