Browse Source

Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/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)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/236/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
0f83d65556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -30,7 +30,7 @@ jobs: @@ -30,7 +30,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.julia/artifacts
@ -50,7 +50,7 @@ jobs: @@ -50,7 +50,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.julia/artifacts

Loading…
Cancel
Save