47
47
# miniforge-variant: Mambaforge-pypy3
48
48
49
49
steps :
50
- -
uses :
actions/[email protected] .1
50
+ -
uses :
actions/[email protected] .6
51
51
52
52
- name : Additional info about the build
53
53
shell : bash
61
61
62
62
- name : Make Cache (no worflow_dispatch)
63
63
if : ${{ github.event_name != 'workflow_dispatch' }}
64
- uses : actions/cache@v3.3 .2
64
+ uses : actions/cache@v4.0 .2
65
65
with :
66
66
path : ~/conda_pkgs_dir # ${{ matrix.prefix }}
67
67
# Increase the last number (0) to reset cache manually
@@ -70,15 +70,15 @@ jobs:
70
70
71
71
- name : Make Cache (worflow_dispatch)
72
72
if : ${{ github.event_name == 'workflow_dispatch' }}
73
- uses : actions/cache@v3.3 .2
73
+ uses : actions/cache@v4.0 .2
74
74
with :
75
75
path : ~/conda_pkgs_dir # ${{ matrix.prefix }}
76
76
key : ${{ matrix.label }}-conda-${{ hashFiles('devtools/conda-envs/fep_env.yaml') }}-${{ env.DATE }}-${{ inputs.CACHE_NUMBER }}
77
77
id : cache2
78
78
79
79
80
80
# More info on options: https://github.com/conda-incubator/setup-miniconda
81
- -
uses :
conda-incubator/[email protected] .1
81
+ -
uses :
conda-incubator/[email protected] .4
82
82
with :
83
83
python-version : ${{ matrix.python-version }}
84
84
condarc-file : ${{ matrix.condarc-file }}
@@ -122,7 +122,7 @@ jobs:
122
122
pytest -v --cov=transformato --cov-report=xml --color=yes transformato/tests/
123
123
124
124
- name : CodeCov
125
- uses : codecov/codecov-action@v3.1.4
125
+ uses : codecov/codecov-action@v4.4.1
126
126
with :
127
127
file : ./coverage.xml
128
128
flags : unittests
0 commit comments