Skip to content

Commit

Permalink
Fix GH:A.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Nov 6, 2024
1 parent 213c2a1 commit 12db8dd
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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
name: Test Julia ${{ matrix.julia-version }}
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- uses: julia-actions/setup-julia@v2
with:
Expand All @@ -42,7 +42,7 @@ jobs:
- '1.6'
fail-fast: false
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- uses: julia-actions/setup-julia@v2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
documenter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v2
Expand Down

0 comments on commit 12db8dd

Please sign in to comment.