Skip to content

Commit

Permalink
Bump julia-actions/cache from 1.3.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.3.0 to 1.5.1.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@v1.3.0...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent d2e04b7 commit 3cdbe3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1.3.0
- uses: julia-actions/cache@v1.5.1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/cache@v1.3.0
- uses: julia-actions/cache@v1.5.1
with:
cache-name: 'docs'
- run: julia -e 'using Pkg; Pkg.add("Revise");'
Expand Down

0 comments on commit 3cdbe3a

Please sign in to comment.