diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index d0a6006..037d3ca 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -14,7 +14,7 @@ jobs: # For why we need to generate a token and not use the default - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private-key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}