diff --git a/.github/workflows/dispatch.yaml b/.github/workflows/dispatch.yaml index 7d95127..1983f80 100644 --- a/.github/workflows/dispatch.yaml +++ b/.github/workflows/dispatch.yaml @@ -7,7 +7,7 @@ jobs: update-gptscript-dep: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.BOT_GH_TOKEN }} - name: Install jq @@ -24,7 +24,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Automated GPTScript Version Update - file_pattern: 'package*.json scripts/install-binary.js' + file_pattern: "package*.json scripts/install-binary.js" tagging_message: ${{ github.event.client_payload.tag }} - name: Create a GitHub release uses: ncipollo/release-action@v1