Skip to content

Commit d7d31a3

Browse files
authored
chore: update checkout action to v6 (#108)
Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
1 parent dd1a981 commit d7d31a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-gptscript-dep:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
with:
1212
token: ${{ secrets.BOT_GH_TOKEN }}
1313
- name: Install jq
@@ -24,7 +24,7 @@ jobs:
2424
- uses: stefanzweifel/git-auto-commit-action@v5
2525
with:
2626
commit_message: Automated GPTScript Version Update
27-
file_pattern: 'package*.json scripts/install-binary.js'
27+
file_pattern: "package*.json scripts/install-binary.js"
2828
tagging_message: ${{ github.event.client_payload.tag }}
2929
- name: Create a GitHub release
3030
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)