Skip to content

Commit 9a0ee11

Browse files
dependabot[bot]mo271
authored andcommitted
Bump actions/cache from 4.0.2 to 4.1.0 (libjxl#3878)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz Firsching <firsching@google.com> (cherry picked from commit 6f30560)
1 parent 99a1e25 commit 9a0ee11

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
218218
- name: Cache LLVM sources
219219
if: matrix.name == 'msan' && env.WILL_BUILD == 'true'
220-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
220+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
221221
with:
222222
path: ${{ env.LLVM_ROOT }}
223223
key: llvm
@@ -248,7 +248,7 @@ jobs:
248248
shell: bash
249249

250250
- name: ccache
251-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
251+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
252252
with:
253253
path: ${{ env.CCACHE_DIR }}
254254
# When the cache hits the key it is not updated, so if this is a rebuild

.github/workflows/build_test_wasm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "parent=$(git rev-parse ${{ github.sha }}^)" >> $GITHUB_OUTPUT
7474
shell: bash
7575
- name: ccache
76-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
76+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
7777
with:
7878
path: ${{ env.CCACHE_DIR }}
7979
key: build-wasm-${{ runner.os }}-${{ github.sha }}-${{ matrix.variant }}

.github/workflows/conformance.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ env.CONFORMANCE_REPO_HASH }}
4646
path: conformance
4747
- name: Cache
48-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
48+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
4949
with:
5050
path: ${{ github.workspace }}/conformance/.objects
5151
key: conformance-refs
@@ -123,7 +123,7 @@ jobs:
123123
echo "parent=$(git rev-parse ${{ github.sha }}^)" >> $GITHUB_OUTPUT
124124
shell: bash
125125
- name: ccache
126-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
126+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
127127
with:
128128
path: ${{ env.CCACHE_DIR }}
129129
# When the cache hits the key it is not updated, so if this is a rebuild
@@ -191,7 +191,7 @@ jobs:
191191
ref: ${{ env.CONFORMANCE_REPO_HASH }}
192192
path: conformance
193193
- name: Cache
194-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
194+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
195195
with:
196196
path: ${{ github.workspace }}/conformance/.objects
197197
key: conformance-refs

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
submodules: true
278278
fetch-depth: 2
279279

280-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
280+
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
281281
id: cache-vcpkg
282282
with:
283283
path: vcpkg

0 commit comments

Comments
 (0)