File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# cache Lychee results to avoid hitting rate limits
19
19
- name : Restore lychee cache
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : .lycheecache
23
23
key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 59
59
.\bootstrap-vcpkg.bat
60
60
61
61
- name : Cache packages installed through vcpkg on Windows
62
- uses : actions/cache@v3
62
+ uses : actions/cache@v4
63
63
env :
64
64
cache-name : vckpg_binary_cache
65
65
with :
Original file line number Diff line number Diff line change 95
95
run : python -m pip install nox
96
96
97
97
- name : Cache pybamm-requires nox environment for GNU/Linux and macOS
98
- uses : actions/cache@v3
98
+ uses : actions/cache@v4
99
99
if : matrix.os != 'windows-latest'
100
100
with :
101
101
path : |
@@ -152,7 +152,7 @@ jobs:
152
152
run : python -m pip install nox
153
153
154
154
- name : Cache pybamm-requires nox environment for GNU/Linux
155
- uses : actions/cache@v3
155
+ uses : actions/cache@v4
156
156
with :
157
157
path : |
158
158
# Repository files
@@ -232,7 +232,7 @@ jobs:
232
232
run : python -m pip install nox
233
233
234
234
- name : Cache pybamm-requires nox environment for GNU/Linux and macOS
235
- uses : actions/cache@v3
235
+ uses : actions/cache@v4
236
236
if : matrix.os != 'windows-latest'
237
237
with :
238
238
path : |
@@ -331,7 +331,7 @@ jobs:
331
331
run : python -m pip install nox
332
332
333
333
- name : Cache pybamm-requires nox environment for GNU/Linux
334
- uses : actions/cache@v3
334
+ uses : actions/cache@v4
335
335
with :
336
336
path : |
337
337
# Repository files
@@ -385,7 +385,7 @@ jobs:
385
385
run : python -m pip install nox
386
386
387
387
- name : Cache pybamm-requires nox environment for GNU/Linux
388
- uses : actions/cache@v3
388
+ uses : actions/cache@v4
389
389
with :
390
390
path : |
391
391
# Repository files
Original file line number Diff line number Diff line change 82
82
# create a pull request updating versions in develop
83
83
- name : Create Pull Request
84
84
id : version_pr
85
- uses : peter-evans/create-pull-request@v3
85
+ uses : peter-evans/create-pull-request@v5
86
86
with :
87
87
delete-branch : true
88
88
branch-suffix : short-commit-hash
You can’t perform that action at this time.
0 commit comments