diff --git a/.github/workflows/autofix-command.yml b/.github/workflows/autofix-command.yml index ab3a614..6dc9645 100644 --- a/.github/workflows/autofix-command.yml +++ b/.github/workflows/autofix-command.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: diff --git a/.github/workflows/lock-command.yml b/.github/workflows/lock-command.yml index 5cb54cc..84ba439 100644 --- a/.github/workflows/lock-command.yml +++ b/.github/workflows/lock-command.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: diff --git a/.github/workflows/poe-command.yml b/.github/workflows/poe-command.yml index a56e2d0..bd8ca55 100644 --- a/.github/workflows/poe-command.yml +++ b/.github/workflows/poe-command.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 0d0741b..2e86942 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: