Skip to content

Commit 8201108

Browse files
dependabot[bot]ryanking13
authored andcommitted
Bump actions/cache from 4.2.4 to 4.3.0 in /.github/workflows (#378)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acfb693 commit 8201108

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
which ccache
104104
105105
- name: Cache conda
106-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
106+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
107107
with:
108108
path: ~/conda_pkgs_dir
109109
key:
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Cache Conda env
127127
id: conda-cache
128-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
128+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129129
with:
130130
path: ${{ env.CONDA }}/envs
131131
key:
@@ -172,7 +172,7 @@ jobs:
172172
fi
173173
174174
- name: Cache ccache
175-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
175+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
176176
with:
177177
path: ${{ env.CCACHE_DIR }}
178178
key: ${{ env.CCACHE_DIR }}-${{ env.CCACHE_CACHE_NUMBER }}-${{ env.EMSCRIPTEN_VERSION }}-${{ runner.os }}${{ env.CCACHE_SUFFIX }}
@@ -325,7 +325,7 @@ jobs:
325325
persist-credentials: false
326326

327327
- name: Cache conda
328-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
328+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
329329
with:
330330
path: ~/conda_pkgs_dir
331331
key:
@@ -347,7 +347,7 @@ jobs:
347347

348348
- name: Cache Conda env
349349
id: conda-cache
350-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
350+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
351351
with:
352352
path: ${{ env.CONDA }}/envs
353353
key:
@@ -419,7 +419,7 @@ jobs:
419419
persist-credentials: false
420420

421421
- name: Cache conda
422-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
422+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
423423
with:
424424
path: ~/conda_pkgs_dir
425425
key:
@@ -440,7 +440,7 @@ jobs:
440440

441441
- name: Cache Conda env
442442
id: conda-cache
443-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
443+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
444444
with:
445445
path: ${{ env.CONDA }}/envs
446446
key:

0 commit comments

Comments
 (0)