Skip to content

Commit

Permalink
Merge pull request #315 from MilesCranmer/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…ulia-actions/cache-2

chore(deps): bump julia-actions/cache from 1 to 2
  • Loading branch information
MilesCranmer authored May 6, 2024
2 parents 7a2998d + 52f153a commit 71447ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: "Cache dependencies"
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: "Build package"
uses: julia-actions/julia-buildpkg@v1
- name: "Run tests"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
version: "1"
- name: "Cache dependencies"
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: Force use of updated Julia registry
run: |
rm -rf ~/.julia/registries/General
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: "1"
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Extract Package Name from Project.toml
id: extract-package-name
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: "Cache dependencies"
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: Install JuliaFormatter and format
# This will use the latest version by default but you can set the version like so:
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: "Cache dependencies"
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: "Install JuliaFormatter and format"
run: |
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
Expand Down

0 comments on commit 71447ee

Please sign in to comment.