diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 8cfc790..2f2c6e7 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -171,7 +171,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/release-docker-ghcr.yaml b/.github/workflows/release-docker-ghcr.yaml index b1763cd..b6ee9b7 100644 --- a/.github/workflows/release-docker-ghcr.yaml +++ b/.github/workflows/release-docker-ghcr.yaml @@ -135,7 +135,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/rust-base.yaml b/.github/workflows/rust-base.yaml index c631604..9a77542 100644 --- a/.github/workflows/rust-base.yaml +++ b/.github/workflows/rust-base.yaml @@ -170,7 +170,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -296,7 +296,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -397,7 +397,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -475,7 +475,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/rust-build-binary.yaml b/.github/workflows/rust-build-binary.yaml index e56b4b7..ad37e44 100644 --- a/.github/workflows/rust-build-binary.yaml +++ b/.github/workflows/rust-build-binary.yaml @@ -116,7 +116,7 @@ jobs: - name: Generate GitHub App token if: ${{ steps.auth.outputs.method == 'app' }} id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}