diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 237a6c1e2..9764c6c96 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -161,7 +161,7 @@ jobs: steps: # Login as a GitHub App in order to bypass rules about committing to `main` directly - name: Get GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.EFFEKT_UPDATER_GH_APP_ID }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 098680f46..66a2da153 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,7 +70,7 @@ jobs: steps: # Login as a GitHub App in order to bypass GitHub's rules about automatic releases - name: Get GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.EFFEKT_UPDATER_GH_APP_ID }}