From f5b283a70f9e03261df0d2e49f74e37ffdbb7c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:13:24 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `peter-evans/create-pull-request` from 3 to 5 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lychee_url_checker.yml | 2 +- .github/workflows/publish_pypi.yml | 2 +- .github/workflows/test_on_push.yml | 10 +++++----- .github/workflows/update_version.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lychee_url_checker.yml b/.github/workflows/lychee_url_checker.yml index f94ecb7876..79767c494c 100644 --- a/.github/workflows/lychee_url_checker.yml +++ b/.github/workflows/lychee_url_checker.yml @@ -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 }} diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index ce930733db..03cd977fef 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -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: diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index d1f448c110..46cee76515 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -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: | @@ -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 @@ -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: | @@ -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 @@ -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 diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index f04b033272..ceab4bef52 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -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