We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0f43c commit 0a82308Copy full SHA for 0a82308
.github/workflows/test-action.yml
@@ -20,7 +20,7 @@ jobs:
20
21
name: Install gptscript and test presence in path
22
steps:
23
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
- name: Install gptscript
25
uses: ./
26
- name: Check install!
@@ -40,7 +40,7 @@ jobs:
40
41
name: Install Custom gptscript and test presence in path
42
43
44
45
46
with:
0 commit comments