From ffefe15bd9d3cd3d1c3784702e87fcac2766611e Mon Sep 17 00:00:00 2001 From: Nick Hale <4175918+njhale@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:09:39 -0400 Subject: [PATCH] chore: update checkout action to v6 Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com> --- .github/workflows/dispatch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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