Skip to content

Commit

Permalink
README.md: update actions being used (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Nov 22, 2024
1 parent e3eb439 commit fdc6cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
julia-arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit fdc6cd6

Please sign in to comment.