diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 54a8771..8e6c7e3 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -101,7 +101,7 @@ jobs: - name: Mint private-module read token id: private-module-token if: ${{ inputs.private-modules }} - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.BOOTSTRAP_APP_ID }} private-key: ${{ secrets.BOOTSTRAP_APP_PRIVATE_KEY }} diff --git a/.github/workflows/tag-config.yml b/.github/workflows/tag-config.yml index 0baaf40..a3f7e7f 100644 --- a/.github/workflows/tag-config.yml +++ b/.github/workflows/tag-config.yml @@ -141,7 +141,7 @@ jobs: - name: Mint GitHub App token if: steps.changed.outputs.list != '' id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.BOOTSTRAP_APP_ID }} private-key: ${{ secrets.BOOTSTRAP_APP_PRIVATE_KEY }}