We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0256ae + fab18bf commit 57e6d78Copy full SHA for 57e6d78
.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