diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d4a57d52db0..cd27d947525 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -336,7 +336,7 @@ jobs: steps: - name: Get app token id: app-token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }} private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }} diff --git a/.github/workflows/trigger-licensed-release.yml b/.github/workflows/trigger-licensed-release.yml index 56a9e109c1d..20a1cfd29e7 100644 --- a/.github/workflows/trigger-licensed-release.yml +++ b/.github/workflows/trigger-licensed-release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Get app token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }} private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }}