Skip to content

Commit c12452f

Browse files
authored
Merge pull request #2329 from IntelPython/dependabot/github_actions/actions/cache-6.1.0
Bump actions/cache from 5.0.5 to 6.1.0
2 parents 8d23add + 3fae01d commit c12452f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4747
- name: Cache conda packages
48-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
48+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4949
env:
5050
CACHE_NUMBER: 3 # Increase to reset cache
5151
with:
@@ -125,7 +125,7 @@ jobs:
125125
python-version: ${{ matrix.python }}
126126
conda-build-version: ${{ env.CONDA_BUILD_VERSION }}
127127
- name: Cache conda packages
128-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
128+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
129129
env:
130130
CACHE_NUMBER: 3 # Increase to reset cache
131131
with:
@@ -238,7 +238,7 @@ jobs:
238238
run: |
239239
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
240240
- name: Cache conda packages
241-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
241+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
242242
env:
243243
CACHE_NUMBER: 3 # Increase to reset cache
244244
with:
@@ -391,7 +391,7 @@ jobs:
391391
run: Get-Content -Path .\lockfile
392392

393393
- name: Cache conda packages
394-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
394+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
395395
env:
396396
CACHE_NUMBER: 3 # Increase to reset cache
397397
with:
@@ -636,7 +636,7 @@ jobs:
636636
run: |
637637
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
638638
- name: Cache conda packages
639-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
639+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
640640
env:
641641
CACHE_NUMBER: 3 # Increase to reset cache
642642
with:

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Cache Gtest
5959
id: cache-gtest
60-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
60+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6161
with:
6262
path: |
6363
/home/runner/work/googletest-1.15.2/install

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Cache sycl bundle
4040
id: cache-sycl-bundle
41-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
41+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4242
with:
4343
path: |
4444
/home/runner/work/sycl_bundle

0 commit comments

Comments
 (0)