diff --git a/.github/workflows/lychee-prune.yml b/.github/workflows/lychee-prune.yml index e9015d13e..feb6873a8 100644 --- a/.github/workflows/lychee-prune.yml +++ b/.github/workflows/lychee-prune.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Create GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}