diff --git a/.github/workflows/check-missing-images.yml b/.github/workflows/check-missing-images.yml index eeadd20..a38edc7 100644 --- a/.github/workflows/check-missing-images.yml +++ b/.github/workflows/check-missing-images.yml @@ -93,7 +93,7 @@ jobs: - name: Generate GitHub App token id: app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.WORKFLOW_APP_ID }} private-key: ${{ secrets.WORKFLOW_APP_PRIVATE_KEY }} diff --git a/.github/workflows/create-linked-release.yml b/.github/workflows/create-linked-release.yml index 8a83be8..e41bcf0 100644 --- a/.github/workflows/create-linked-release.yml +++ b/.github/workflows/create-linked-release.yml @@ -52,7 +52,7 @@ jobs: - name: Generate GitHub App token id: app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.WORKFLOW_APP_ID }} private-key: ${{ secrets.WORKFLOW_APP_PRIVATE_KEY }}