Skip to content

Commit 8f753a7

Browse files
authored
Update ci.yml
1 parent 6cc0405 commit 8f753a7

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
@@ -15,10 +15,10 @@ jobs:
1515
docs:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: julia-actions/setup-julia@v2
2020
with:
21-
version: 'nightly'
21+
version: 'pre'
2222
- name: Generate docs
2323
run: |
2424
julia --color=yes --project=docs -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)