Skip to content

Commit 84d3584

Browse files
committed
v0.1.5 update
1 parent 5ada730 commit 84d3584

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
arch:
1919
- x64
2020
steps:
21-
- uses: actions/checkout@v2
22-
- uses: julia-actions/setup-julia@v1
21+
- uses: actions/checkout@v4
22+
- uses: julia-actions/setup-julia@v2
2323
with:
2424
version: ${{ matrix.version }}
2525
arch: ${{ matrix.arch }}
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/julia-runtest@latest
3939
continue-on-error: ${{ matrix.version == 'nightly' }}
4040
- uses: julia-actions/julia-processcoverage@v1
41-
- uses: codecov/codecov-action@v1
41+
- uses: codecov/codecov-action@v5
4242
with:
4343
token: f6a6e64a-91da-4d55-8bea-04dc83ddee9a
4444
file: lcov.info

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
contents: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: julia-actions/setup-julia@v1
15+
- uses: actions/checkout@v4
16+
- uses: julia-actions/setup-julia@v2
1717
with:
1818
version: '1.6'
1919
- name: Install dependencies
@@ -22,4 +22,4 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2424
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
25-
run: julia --project=docs/ docs/make.jl
25+
run: julia --color=yes --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)