Skip to content

Commit 5fac856

Browse files
committed
Update actions scripts
1 parent bb27039 commit 5fac856

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
version:
46+
- 'min'
4647
- 'lts'
4748
- '1'
4849
- 'pre'
@@ -51,7 +52,7 @@ jobs:
5152
- macOS-latest
5253
- windows-latest
5354
steps:
54-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5556
- uses: julia-actions/setup-julia@v2
5657
with:
5758
version: ${{ matrix.version }}
@@ -61,4 +62,4 @@ jobs:
6162
- uses: julia-actions/julia-processcoverage@v1
6263
- uses: codecov/codecov-action@v5
6364
with:
64-
file: lcov.info
65+
files: lcov.info

.github/workflows/downstream.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ jobs:
3737
strategy:
3838
fail-fast: true
3939
matrix:
40-
julia-version: [1, 1.6]
40+
julia-version: [1, 'min']
4141
os: [ubuntu-latest]
4242
package:
4343
- {repo: ApproxFun.jl, group: JuliaApproximation}
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- uses: julia-actions/setup-julia@v2
4848
with:
4949
version: ${{ matrix.julia-version }}
5050
arch: x64
5151
- uses: julia-actions/julia-buildpkg@latest
5252
- name: Clone Downstream
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5656
path: downstream

0 commit comments

Comments
 (0)