Skip to content

Commit 0c52efd

Browse files
committed
FIX-WIP: testing new actions versions
1 parent 837f15f commit 0c52efd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/doc-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
conda env create -f environment.yml
2727
2828
- name: Cache conda environment cache
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: C:\Miniconda\envs\diff_check
3232
key: ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
@@ -73,7 +73,7 @@ jobs:
7373
python-version: 3.9.1
7474

7575
- name: Restore conda environment cache
76-
uses: actions/cache@v2
76+
uses: actions/cache@v4
7777
with:
7878
path: C:\Miniconda\envs\diff_check
7979
key: ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}

.github/workflows/py-sanity-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
auto-update-conda: true
2020
python-version: 3.9.1
2121
- name: Cache conda environment cache
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: C:\Miniconda\envs\diff_check
2525
key: ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
@@ -32,7 +32,7 @@ jobs:
3232
conda env create -f environment.yml
3333
3434
- name: Cache pre-commit hooks
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.cache/pre-commit
3838
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)