We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2738bb commit c49b546Copy full SHA for c49b546
2 files changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
downgrade: false
49
steps:
50
- uses: actions/checkout@v6
51
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
52
with:
53
version: ${{ matrix.machine.version }}
54
arch: ${{ matrix.machine.arch }}
.github/workflows/solver-tests.yml
@@ -96,7 +96,7 @@ jobs:
96
- package: 'UnoSolver'
97
98
99
100
101
version: '1'
102
- uses: julia-actions/cache@v3
0 commit comments