Skip to content

Commit

Permalink
update versions in ci.yml (#184)
Browse files Browse the repository at this point in the history
* update versions in ci.yml

* fix typo
  • Loading branch information
hyrodium authored Nov 3, 2021
1 parent 199124f commit ad352ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: julia-actions/setup-julia@latest
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- run: julia --project=docs -e '
Expand Down

0 comments on commit ad352ef

Please sign in to comment.