We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0440b commit 9efaabdCopy full SHA for 9efaabd
1 file changed
.github/workflows/ci.yml
@@ -158,7 +158,7 @@ jobs:
158
arch: arm64
159
160
steps:
161
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
162
163
- name: Calculate kernel cache key
164
id: cache-key
@@ -220,6 +220,9 @@ jobs:
220
echo "Shim:"
221
file _output/containerd-shim-nerdbox-v1
222
223
+ - name: Add _output to PATH
224
+ run: echo "$(pwd)/_output" >> $GITHUB_PATH
225
+
226
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
227
with:
228
go-version-file: '.github/.tool-versions'
0 commit comments