From 6c6cc374227bd0a28e1cafe1d3d71750dd0898e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:42:02 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ce81de..3429b67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 + uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 with: show-progress: false @@ -41,7 +41,7 @@ jobs: ini-values: memory_limit=-1 - name: "Cache Static Analysis Cache Files" - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 if: ${{ matrix.dependencies == 'locked' }} with: path: ./tmp diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8db5999..27f2751 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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }}