Skip to content

Commit

Permalink
Update to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 authored Aug 17, 2023
1 parent 6d714ba commit b0c36c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -37,7 +37,7 @@ jobs:
name: Test Github action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- uses: "./"
Expand All @@ -48,7 +48,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/cache@v1
- uses: julia-actions/setup-julia@v1
- run: julia --project=docs docs/make.jl
Expand Down

0 comments on commit b0c36c5

Please sign in to comment.