Skip to content

Commit f99fd7c

Browse files
committed
ci: update deprecated actions
1 parent 1891129 commit f99fd7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ jobs:
2121
# have not changed
2222
CACHE_NUMBER: 0
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Checkout and setup python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.10'
2929
architecture: 'x64'
3030

3131
- name: Cache conda
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
34-
path: ~/conda_pkgs_dir # from: conda-incubator/setup-miniconda@v2
34+
path: ~/conda_pkgs_dir
3535
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
3636
hashFiles('conda.yml') }}
3737

3838
- name: Cache pip
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ matrix.pip_cache_path }}
4242
key: ${{ runner.os }}-pip--${{ env.CACHE_NUMBER }}-${{

0 commit comments

Comments
 (0)