We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f35afe commit 61d6e45Copy full SHA for 61d6e45
.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.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