Skip to content

Commit

Permalink
Update TestLTS.yml
Browse files Browse the repository at this point in the history
dont use "latest" in workflows
  • Loading branch information
ThummeTo authored Sep 4, 2024
1 parent e247775 commit 207f7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestLTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Set up Julia
- name: "Set up Julia"
uses: julia-actions/setup-julia@latest
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
Expand All @@ -54,4 +54,4 @@ jobs:

# Run the tests
- name: "Run tests"
uses: julia-actions/julia-runtest@v1
uses: julia-actions/julia-runtest@v1

0 comments on commit 207f7d2

Please sign in to comment.