2424
2525 - name : Cache conda environment
2626 id : conda-env-cache
27- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
27+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
2828 with :
2929 key : conda|${{runner.os}}-${{runner.arch}}|${{ hashFiles(format('requirements/locks/{0}-lock-linux-64.txt', matrix.py-ver)) }}
3030 path : |
4848 echo '::endgroup::'
4949 pytest -n logical --verbose --cov --cov-append --cov-config=pyproject.toml
5050 mv .coverage ".coverage.${{ matrix.py-ver }}"
51- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
51+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
5252 with :
5353 name : coverage-data-${{ matrix.py-ver }}
5454 path : .coverage.*
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
105105 with :
106106 python-version : " 3.x"
107- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
107+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
108108 with :
109109 key : pre-commit|${{runner.os}}-${{runner.arch}}|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
110110 path : ~/.cache/pre-commit
@@ -122,7 +122,7 @@ jobs:
122122 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
123123 - name : Cache conda environment
124124 id : conda-env-cache
125- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
125+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
126126 with :
127127 key : conda|${{runner.os}}-${{runner.arch}}|${{hashFiles('requirements/locks/py313-lock-linux-64.txt')}}
128128 path : |
@@ -147,7 +147,7 @@ jobs:
147147 sphinx-build -b html --color --fail-on-warning "docs/source" "docs/build/html"
148148 echo '::endgroup::'
149149 - name : Upload documentation artifact
150- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
150+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
151151 with :
152152 name : html-docs
153153 path : docs/build/html/
0 commit comments