diff --git a/.github/workflows/release-on-push.yml b/.github/workflows/release-on-push.yml index 62ab6ec..54e0d94 100644 --- a/.github/workflows/release-on-push.yml +++ b/.github/workflows/release-on-push.yml @@ -20,7 +20,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - 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: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa0025..edeba5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - 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: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} @@ -62,7 +62,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - 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: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} @@ -99,7 +99,7 @@ jobs: # owner scopes the token to the org installation so it can access other repos (e.g. private npm-release-workflows) - 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: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-release-configs.yml b/.github/workflows/update-release-configs.yml index bda18d7..859c414 100644 --- a/.github/workflows/update-release-configs.yml +++ b/.github/workflows/update-release-configs.yml @@ -15,7 +15,7 @@ jobs: steps: - 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: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }}