diff --git a/.github/workflows/preview-cleanup.yml b/.github/workflows/preview-cleanup.yml index 76fc50c821..09a976298d 100644 --- a/.github/workflows/preview-cleanup.yml +++ b/.github/workflows/preview-cleanup.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.SKKUDING_BOT_APP_ID }} private-key: ${{ secrets.SKKUDING_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/preview-label.yml b/.github/workflows/preview-label.yml index 7324fff6cc..d65970938b 100644 --- a/.github/workflows/preview-label.yml +++ b/.github/workflows/preview-label.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.SKKUDING_BOT_APP_ID }} private-key: ${{ secrets.SKKUDING_BOT_PRIVATE_KEY }}