From 5689bfbc47cda3c2081525a8e609fd1df9fe9bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:52:30 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to 078e9d4 --- .github/workflows/create-release.yaml | 2 +- .github/workflows/publish-package.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/push.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 8f57806..4b59671 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6 with: cache: true run_install: true diff --git a/.github/workflows/publish-package.yaml b/.github/workflows/publish-package.yaml index ef53afb..fa085d5 100644 --- a/.github/workflows/publish-package.yaml +++ b/.github/workflows/publish-package.yaml @@ -14,7 +14,7 @@ jobs: url: https://www.npmjs.com/package/@faergeek/tiny-browser-hmr-webpack-plugin steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6 with: cache: true run_install: true diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 5f9f199..ab7e263 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 ref: ${{ github.head_ref }} token: ${{ steps.app-token.outputs.token }} - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6 with: cache: true run_install: true diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index b439e61..1dcf5c6 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6 with: cache: true run_install: true @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6 with: cache: true run_install: true