4747 timeout-minutes : 20
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
50+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5151 with :
5252 submodules : recursive
5353
7676
7777 - name : Upload log
7878 if : always()
79- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
79+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080 with :
8181 name : agda-verify-log
8282 path : agda-verify.log
@@ -88,12 +88,12 @@ jobs:
8888 timeout-minutes : 20
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
91+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9292 with :
9393 submodules : recursive
9494
9595 - name : Cache pack
96- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
96+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
9797 with :
9898 path : |
9999 ~/.pack
@@ -144,7 +144,7 @@ jobs:
144144
145145 - name : Upload log
146146 if : always()
147- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
147+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
148148 with :
149149 name : idris2-a2ml-log
150150 path : idris2-a2ml.log
@@ -156,12 +156,12 @@ jobs:
156156 timeout-minutes : 20
157157 steps :
158158 - name : Checkout
159- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
159+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
160160 with :
161161 submodules : recursive
162162
163163 - name : Cache pack
164- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
164+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
165165 with :
166166 path : |
167167 ~/.pack
@@ -211,7 +211,7 @@ jobs:
211211
212212 - name : Upload log
213213 if : always()
214- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
214+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
215215 with :
216216 name : idris2-avow-log
217217 path : idris2-avow.log
0 commit comments