From e5c8398e4492815a7e2adce46fcb08eccf2fa392 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 6 Apr 2025 11:21:52 +0200 Subject: ci(bot): bump create-github-app-token to v2 --- .github/workflows/update-lockfile.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 2290f56aa..df0f61347 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -14,7 +14,7 @@ jobs: with: ref: master - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.TOKEN_ID }} diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index a3fa018e5..de416a873 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.TOKEN_ID }} -- cgit v1.2.3-70-g09d2