We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130d03b commit cc2a8f2Copy full SHA for cc2a8f2
.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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