File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 enable-cache : false
160160 ignore-empty-workdir : " true"
161161 - if : inputs.fill
162- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
162+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
163163 with :
164164 ref : ${{ inputs.checkout_ref }}
165165 persist-credentials : false
@@ -222,7 +222,7 @@ jobs:
222222
223223 - name : Cache ${{ matrix.cache_key }}
224224 if : ${{ matrix.cache-path != '' && matrix.cache-key != '' }}
225- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
225+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
226226 with :
227227 path : ${{ matrix.cache-path }}
228228 key : ${{ matrix.cache-key }}
You can’t perform that action at this time.
0 commit comments