From 689d00ebadcc7d7db1d357f37ab9bde5b082b9f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:39:57 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b430e7..4ca6e451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: "Install PHP" - uses: "shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a" # v2 + uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2 with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index abde6f92..6af27860 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-24.04 name: Release Automation steps: - - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }} private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }} - - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4 + - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 id: release with: token: ${{ steps.generate-token.outputs.token }}