Skip to content

Commit

Permalink
CI: upgrade some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed May 17, 2024
1 parent 72c390d commit f121701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- uses: actions/checkout@v4

# Makes the `julia` command available
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2

# 🚗
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit f121701

Please sign in to comment.