From be181456df1b875e0893f2d5aceb3182fe0aaa11 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 04:37:10 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/add_new_versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_new_versions.yml b/.github/workflows/add_new_versions.yml index 728c8d61..3cb37acf 100644 --- a/.github/workflows/add_new_versions.yml +++ b/.github/workflows/add_new_versions.yml @@ -23,7 +23,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY - name: Create App Token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2 id: app-token with: app-id: ${{ env.APP_ID }}