Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 3149f22

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#29)
1 parent 61d6e45 commit 3149f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
name: Install gptscript and test presence in path
2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
- name: Install gptscript
2525
uses: ./
2626
- name: Check install!
@@ -40,7 +40,7 @@ jobs:
4040

4141
name: Install Custom gptscript and test presence in path
4242
steps:
43-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- name: Install gptscript
4545
uses: ./
4646
with:

0 commit comments

Comments
 (0)