Skip to content

Commit

Permalink
Actions node 12 => node 16 (#3)
Browse files Browse the repository at this point in the history
* Updated CI.yml

* update

* updated
  • Loading branch information
Jay-sanjay authored Sep 30, 2023
1 parent f069e0b commit 90d0106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -44,8 +44,8 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- run: |
Expand Down

0 comments on commit 90d0106

Please sign in to comment.