Skip to content

Commit

Permalink
Merge pull request #3757 from pybamm-team/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-4c3e219270

Bump the actions group with 2 updates
  • Loading branch information
agriyakhetarpal authored Jan 23, 2024
2 parents a758d5c + 3c85678 commit 37978d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lychee_url_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# cache Lychee results to avoid hitting rate limits
- name: Restore lychee cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
.\bootstrap-vcpkg.bat
- name: Cache packages installed through vcpkg on Windows
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: vckpg_binary_cache
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: python -m pip install nox

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

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Repository files
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
run: python -m pip install nox

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

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Repository files
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
run: python -m pip install nox

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Repository files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# create a pull request updating versions in develop
- name: Create Pull Request
id: version_pr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
delete-branch: true
branch-suffix: short-commit-hash
Expand Down

0 comments on commit 37978d0

Please sign in to comment.