From 16d4477c627ffb288313cf1be4d5d82763958d6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 04:57:07 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.2.0 --- .github/workflows/linkcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 2cc4a15b3..1975c996f 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -25,7 +25,7 @@ jobs: - name: Create Github App Token (Runs only on linkcheck failure) id: app-token if: ${{ failure() && steps.linkcheck.outcome == 'failure' }} # only create the token on linkcheck failure - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.POSTGREST_CI_APP_ID }} private-key: ${{ secrets.POSTGREST_CI_PRIVATE_KEY }}