diff --git a/.github/workflows/create-linked-release.yml b/.github/workflows/create-linked-release.yml index c04a289..60bc1eb 100644 --- a/.github/workflows/create-linked-release.yml +++ b/.github/workflows/create-linked-release.yml @@ -56,7 +56,7 @@ jobs: - 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: ${{ secrets.WORKFLOW_APP_ID }} private-key: ${{ secrets.WORKFLOW_APP_PRIVATE_KEY }}