Skip to content

Commit

Permalink
Merge pull request #20 from sisl/dependabot/github_actions/julia-acti…
Browse files Browse the repository at this point in the history
…ons/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
duncaneddy authored May 28, 2024
2 parents ae16022 + 5221821 commit ad24398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_bundled_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: 1.10
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: actions/checkout@v4
- name: Update package data
run: julia --project ./scripts/update_data.jl
Expand Down

0 comments on commit ad24398

Please sign in to comment.