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.
1 parent 6f0388a commit 8f137a6Copy full SHA for 8f137a6
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
steps:
46
- uses: julia-actions/setup-julia@latest
47
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
48
- name: Install JuliaFormatter and format
49
run: |
50
julia --color=yes -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ jobs:
7
aggregate:
8
9
10
- - uses: actions/checkout@v2
11
- uses: julia-actions/setup-julia@v1
12
with:
13
version: '1.8'
0 commit comments