From 6c19651e4ce937cda1d330e3b736dcbf8d2a7179 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:06:03 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ci.yml | 2 +- .github/workflows/create-release-pull-request.yml | 2 +- .github/workflows/release.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b410321..cbcbfd60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 24.11.1 cache: npm - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: node_modules_cache_id env: cache-name: cache-node-modules diff --git a/.github/workflows/create-release-pull-request.yml b/.github/workflows/create-release-pull-request.yml index 4b563dd7..482daabe 100644 --- a/.github/workflows/create-release-pull-request.yml +++ b/.github/workflows/create-release-pull-request.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 with: - ruby-version: 3.4.7 + ruby-version: 4.0.5 - run: gem install --no-document git-pr-release - run: git-pr-release --overwrite-description env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1d34767..26d81be3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: VERSION=$(jq -r '.version' dist/manifest.json) echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Create tag and release note - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: target_commitish: main name: ${{ env.VERSION }} @@ -36,7 +36,7 @@ jobs: with: node-version: 24.11.1 cache: npm - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: node_modules_cache_id env: cache-name: cache-node-modules @@ -51,7 +51,7 @@ jobs: - name: Zip run: zip -r dist.zip dist - name: Upload to Chrome Web Store - uses: mnao305/chrome-extension-upload@4008e29e13c144d0f6725462cbd49b7c291b4928 # v5.0.0 + uses: mnao305/chrome-extension-upload@fdfe79400af990f5145a319e834aee64907ccff4 # v6.0.0 with: file-path: dist.zip extension-id: ${{ secrets.EXTENSION_ID }}