diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 50326e3744e..9b56108e2de 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -91,7 +91,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 }} 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 }}