Skip to content

Commit 78cea07

Browse files
authored
Merge pull request #1201 from MetOffice/dependabot/github_actions/actions-dependencies-20c5265b20
Bump the actions-dependencies group with 2 updates
2 parents df5503a + f7fe53c commit 78cea07

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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: |
@@ -48,7 +48,7 @@ jobs:
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/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build package
2828
run: python3 -m build
2929

30-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
30+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
3131
with:
3232
name: packages
3333
path: dist/

.github/workflows/weekly-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Cache conda environment
1616
id: conda-env-cache
17-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
17+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
1818
with:
1919
key: conda|${{runner.os}}-${{runner.arch}}|${{hashFiles('requirements/locks/py313-lock-linux-64.txt')}}
2020
path: |
@@ -44,7 +44,7 @@ jobs:
4444
echo '::group::Checking for broken hyperlinks'
4545
sphinx-build -b linkcheck --color -W --keep-going "docs/source" "docs/build/linkcheck"
4646
echo '::endgroup::'
47-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
47+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
4848
with:
4949
name: html-docs
5050
path: docs/build/html/

0 commit comments

Comments
 (0)