We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1893f03 + 27f8b35 commit bbfb823Copy full SHA for bbfb823
.github/workflows/linux_qemu.yml
@@ -220,7 +220,7 @@ jobs:
220
sudo apt install -y ninja-build gcc-14-${TOOLCHAIN_NAME} g++-14-${TOOLCHAIN_NAME} gfortran-14-${TOOLCHAIN_NAME}
221
222
- name: Cache docker container
223
- uses: actions/cache@v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
224
id: container-cache
225
with:
226
path: ~/docker_${{ matrix.BUILD_PROP[1] }}
0 commit comments