Skip to content

Commit 37978d0

Browse files
Merge pull request pybamm-team#3757 from pybamm-team/dependabot/github_actions/actions-4c3e219270
Bump the actions group with 2 updates
2 parents a758d5c + 3c85678 commit 37978d0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/lychee_url_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# cache Lychee results to avoid hitting rate limits
1919
- name: Restore lychee cache
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: .lycheecache
2323
key: cache-lychee-${{ github.sha }}

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
.\bootstrap-vcpkg.bat
6060
6161
- name: Cache packages installed through vcpkg on Windows
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
env:
6464
cache-name: vckpg_binary_cache
6565
with:

.github/workflows/test_on_push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: python -m pip install nox
9696

9797
- name: Cache pybamm-requires nox environment for GNU/Linux and macOS
98-
uses: actions/cache@v3
98+
uses: actions/cache@v4
9999
if: matrix.os != 'windows-latest'
100100
with:
101101
path: |
@@ -152,7 +152,7 @@ jobs:
152152
run: python -m pip install nox
153153

154154
- name: Cache pybamm-requires nox environment for GNU/Linux
155-
uses: actions/cache@v3
155+
uses: actions/cache@v4
156156
with:
157157
path: |
158158
# Repository files
@@ -232,7 +232,7 @@ jobs:
232232
run: python -m pip install nox
233233

234234
- name: Cache pybamm-requires nox environment for GNU/Linux and macOS
235-
uses: actions/cache@v3
235+
uses: actions/cache@v4
236236
if: matrix.os != 'windows-latest'
237237
with:
238238
path: |
@@ -331,7 +331,7 @@ jobs:
331331
run: python -m pip install nox
332332

333333
- name: Cache pybamm-requires nox environment for GNU/Linux
334-
uses: actions/cache@v3
334+
uses: actions/cache@v4
335335
with:
336336
path: |
337337
# Repository files
@@ -385,7 +385,7 @@ jobs:
385385
run: python -m pip install nox
386386

387387
- name: Cache pybamm-requires nox environment for GNU/Linux
388-
uses: actions/cache@v3
388+
uses: actions/cache@v4
389389
with:
390390
path: |
391391
# Repository files

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# create a pull request updating versions in develop
8383
- name: Create Pull Request
8484
id: version_pr
85-
uses: peter-evans/create-pull-request@v3
85+
uses: peter-evans/create-pull-request@v5
8686
with:
8787
delete-branch: true
8888
branch-suffix: short-commit-hash

0 commit comments

Comments
 (0)