Browse Source

Bump julia-actions/cache from 1 to 2 (#18)

Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md)
- [Commits](https://github.com/julia-actions/cache/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/19/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
f58bccaa72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/CI.yml

4
.github/workflows/CI.yml

@ -33,7 +33,7 @@ jobs:
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: ${{ matrix.version }} version: ${{ matrix.version }}
- uses: julia-actions/cache@v1 - uses: julia-actions/cache@v2
- uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1 - uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4 - uses: codecov/codecov-action@v4
@ -49,7 +49,7 @@ jobs:
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: '1.10' version: '1.10'
- uses: julia-actions/cache@v1 - uses: julia-actions/cache@v2
- name: Install dependencies - name: Install dependencies
run: julia --project=docs -e 'using Pkg; Pkg.instantiate()' run: julia --project=docs -e 'using Pkg; Pkg.instantiate()'
- name: Build and deploy - name: Build and deploy

Loading…
Cancel
Save