We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98f4047 + 6defdcb commit 4736aeaCopy full SHA for 4736aea
.github/workflows/Invalidations.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.base_ref == github.event.repository.default_branch
17
runs-on: ubuntu-20.04
18
steps:
19
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
20
with:
21
version: '1'
22
- uses: actions/checkout@v4
.github/workflows/JuliaFormatter.yml
@@ -24,7 +24,7 @@ jobs:
24
julia_file_change:
25
- added|modified: '**.jl'
26
27
- - uses: julia-actions/setup-julia@latest
28
if: steps.filter.outputs.julia_file_change == 'true'
29
30
version: '1.10'
0 commit comments