Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
arch: ${{ runner.arch }}
if: steps.julia_in_path.outcome != 'success'
- name: Use Julia cache
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3
- name: "Add the General registry via Git"
run: |
import Pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
version: "1"
- name: Use Julia cache
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3
- name: Install JuliaFormatter.jl
run: julia -e 'using Pkg; pkg"add JuliaFormatter"'
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
version: "1"
- name: Use Julia cache
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3
- name: Instantiate environment with development version of the package
run: |
julia --project=docs -e '
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: "1"
- name: Use Julia cache
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3
- name: Install Runic.jl
run: julia -e 'using Pkg; pkg"add Runic"'
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ReusableTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
version: ${{ inputs.version }}
arch: ${{ inputs.arch }}
- name: Use Julia cache
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
Loading