diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b14301f..b9827de 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository }} == 'stac-utils/stac-api-validator' steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}