commit 865ff6a9c50b6b069fdea96e7b697a816ae5558b
parent 9e6e46b1b977d72aa162c29e926b22c2c5036b16
Author: Erik Loualiche <[email protected]>
Date: Sat, 24 May 2025 10:56:59 -0500
Merge pull request #1 from LouLouLibs/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -30,7 +30,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@latest
env:
diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml
@@ -37,7 +37,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v1
- name: Pull Julia cache
- uses: julia-actions/cache@v1
+ uses: julia-actions/cache@v2
- name: Install documentation dependencies
run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'
#- name: Creating new mds from src