Skip to content

Commit bbfb823

Browse files
authored
Merge pull request #28320 from charris/update-actions-cache
MAINT: Update actions/cache and use hash.
2 parents 1893f03 + 27f8b35 commit bbfb823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_qemu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
sudo apt install -y ninja-build gcc-14-${TOOLCHAIN_NAME} g++-14-${TOOLCHAIN_NAME} gfortran-14-${TOOLCHAIN_NAME}
221221
222222
- name: Cache docker container
223-
uses: actions/cache@v4.1.2
223+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
224224
id: container-cache
225225
with:
226226
path: ~/docker_${{ matrix.BUILD_PROP[1] }}

0 commit comments

Comments
 (0)