From 1dc5aad379459a98c34aa9030a8df99a55133a30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:38:17 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4362cd..51672100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 - name: "Install PHP" - uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2 + uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2 with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a60ae19..739c534a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 name: Release Automation steps: - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }}