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 f5c0963 commit 63aad41Copy full SHA for 63aad41
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
- '1'
18
- '1.6'
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- uses: julia-actions/setup-julia@v1
22
with:
23
version: ${{ matrix.version }}
.github/workflows/FormatCheck.yml
@@ -21,7 +21,7 @@ jobs:
version: ${{ matrix.julia-version }}
24
- - uses: actions/checkout@v1
25
- name: Install JuliaFormatter and format
26
# This will use the latest version by default but you can set the version like so:
27
#
0 commit comments