Skip to content

Commit 5666778

Browse files
committed
Update ci.yml
1 parent 7e7f10d commit 5666778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- os: macOS-latest
2323
arch: x86
2424
steps:
25-
- uses: actions/checkout@v3
26-
- uses: julia-actions/setup-julia@v1
25+
- uses: actions/checkout@v4
26+
- uses: julia-actions/setup-julia@v2
2727
with:
2828
version: ${{ matrix.version }}
2929
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)