diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ebacd1..d22f19a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,7 +201,7 @@ jobs: uses: actions/checkout@v3 #https://github.com/actions/checkout - name: Generate GitHub access token - uses: tibdex/github-app-token@v1 #https://github.com/tibdex/github-app-token + uses: tibdex/github-app-token@v2 #https://github.com/tibdex/github-app-token id: generate_token # see https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens with: diff --git a/.github/workflows/update-python-deps.yml b/.github/workflows/update-python-deps.yml index ae67cb6..6a75b24 100644 --- a/.github/workflows/update-python-deps.yml +++ b/.github/workflows/update-python-deps.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Generate GitHub Access Token - uses: tibdex/github-app-token@v1 #https://github.com/tibdex/github-app-token + uses: tibdex/github-app-token@v2 #https://github.com/tibdex/github-app-token id: generate_token # see https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens with: