Skip to content

Commit c899d1a

Browse files
authored
some CI updates (#193)
* Update ci.yml * Update ci.yml * Update pipeline.yml
1 parent 7c62a05 commit c899d1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ env:
33
# SECRET_CODECOV_TOKEN: "..."
44

55
steps:
6-
- label: "Julia 1.8"
6+
- label: "Julia 1.11"
77
plugins:
88
- JuliaCI/julia#v0.5:
9-
version: "1.8"
9+
version: "1.11"
1010
- JuliaCI/julia-test#v0.3: ~
1111
# - JuliaCI/julia-coverage#v0.3:
1212
# codecov: true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- '1' # automatically expands to the latest stable 1.x release of Julia
3131
# - 'nightly'
3232
steps:
33-
- uses: actions/checkout@v2
34-
- uses: julia-actions/setup-julia@v1
33+
- uses: actions/checkout@v5
34+
- uses: julia-actions/setup-julia@v2
3535
with:
3636
version: ${{ matrix.version }}
3737
arch: ${{ matrix.arch }}
38-
- uses: actions/cache@v1
38+
- uses: actions/cache@v4
3939
env:
4040
cache-name: cache-artifacts
4141
with:

0 commit comments

Comments
 (0)