We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ec8f9 commit 3150110Copy full SHA for 3150110
1 file changed
.github/workflows/Tests.yml
@@ -16,7 +16,6 @@ concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
# Cancel intermediate builds: only if it is a pull request build.
18
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
19
-
20
jobs:
21
setup-matrix:
22
runs-on: ubuntu-latest
@@ -65,7 +64,7 @@ jobs:
65
64
timeout-minutes: 120
66
steps:
67
- uses: actions/checkout@v6
68
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
69
with:
70
version: ${{ matrix.version }}
71
- uses: julia-actions/cache@v3
0 commit comments