mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2024-11-21 22:50:12 +09:00
Bump julia-actions/cache from 1 to 2
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [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>
This commit is contained in:
parent
fcd86e2bd2
commit
0a9a1a9356
1 changed files with 2 additions and 2 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
version: ${{ matrix.version }}
|
||||
arch: ${{ matrix.arch }}
|
||||
- uses: julia-actions/cache@v1
|
||||
- uses: julia-actions/cache@v2
|
||||
- uses: julia-actions/julia-buildpkg@v1
|
||||
- uses: julia-actions/julia-runtest@v1
|
||||
- uses: julia-actions/julia-processcoverage@v1
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
- uses: julia-actions/setup-julia@v2
|
||||
with:
|
||||
version: '1'
|
||||
- uses: julia-actions/cache@v1
|
||||
- uses: julia-actions/cache@v2
|
||||
- name: Configure doc environment
|
||||
shell: julia --project=docs --color=yes {0}
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue