From 7f0f6f8e0569db8e3e65197875bdc57902ce9a5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:25:12 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/conventional-commits.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36e43fb..f27d3e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,12 +30,12 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 + uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 with: show-progress: false - name: "Install PHP" - uses: "shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e" # v2 + uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2 with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 438e81e..634b457 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout" if: ${{ github.event_name == 'pull_request' }} - uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 + uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 with: show-progress: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 521a84e..d60ad0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,13 +18,13 @@ jobs: runs-on: [ubuntu-slim] name: Release Automation steps: - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }} private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }} - - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4 + - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 id: release with: token: ${{ steps.generate-token.outputs.token }}