diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 9050a38..f16081b 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 7011216..c359a74 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index 680963f..d5a2554 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -22,7 +22,7 @@ jobs: - name: Generate token if: github.event_name != 'pull_request' id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} @@ -74,7 +74,7 @@ jobs: - name: Generate token if: github.event_name != 'pull_request' id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} @@ -126,7 +126,7 @@ jobs: - name: Generate token if: github.event_name != 'pull_request' id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index ef4c5cb..364bcfe 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c22b0ac..1e92a97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index ddd6883..c7e4177 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}