File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ runs:
187187 echo "SETUP_OPT=${setup_opt}" >> $GITHUB_ENV
188188
189189 - name : Cache Python packages
190- uses : actions/cache@v4
190+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
191191 with :
192192 path : ${{ env.PIP_CACHE_PATH }}
193193 key : pip-${{ runner.os }}-${{ hashFiles(format('{0}/zephyr/scripts/requirements*.txt', inputs.base-path)) }}
@@ -202,7 +202,7 @@ runs:
202202
203203 - name : Cache Zephyr SDK
204204 id : cache-toolchain
205- uses : actions/cache@v4
205+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
206206 with :
207207 path : ${{ inputs.base-path }}/zephyr-sdk
208208 key : ${{ env.SDK_FILE }}-${{ github.event.repository.name }}-${{ inputs.toolchains }}
@@ -237,7 +237,7 @@ runs:
237237
238238 - name : Cache ccache data
239239 if : inputs.enable-ccache == 'true' && runner.os != 'Windows'
240- uses : actions/cache@v4
240+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
241241 with :
242242 path : ${{ env.CCACHE_DIR }}
243243 key : ccache-${{ inputs.ccache-cache-key }}-${{ env.CCACHE_TIMESTAMP }}
You can’t perform that action at this time.
0 commit comments