diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 75193b6..d217ed8 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -30,7 +30,7 @@ jobs: echo "head_ref=$head_ref" >> "$GITHUB_OUTPUT" echo "head_sha=$head_sha" >> "$GITHUB_OUTPUT" - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.CI_BOT_APP_ID }}