From 30fec52eff817e919fb0dd0a887956bb4650c9af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 08:35:24 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.1.1 --- .github/workflows/posts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/posts.yml b/.github/workflows/posts.yml index 4b0cc26..e165ebe 100644 --- a/.github/workflows/posts.yml +++ b/.github/workflows/posts.yml @@ -249,7 +249,7 @@ jobs: merge-multiple: true path: content/posts/${{ needs.collect.outputs.date }}/ - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.BOT_APP_ID }}