Skip to content

Commit 7bfb9f5

Browse files
Bump julia-actions/julia-downgrade-compat from 1 to 2 (#258)
Bumps [julia-actions/julia-downgrade-compat](https://github.com/julia-actions/julia-downgrade-compat) from 1 to 2. - [Release notes](https://github.com/julia-actions/julia-downgrade-compat/releases) - [Commits](julia-actions/julia-downgrade-compat@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/julia-downgrade-compat dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6b9e65 commit 7bfb9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Test-GPU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: ${{ matrix.julia-version }}
3333
arch: x64
34-
- uses: julia-actions/julia-downgrade-compat@v1
34+
- uses: julia-actions/julia-downgrade-compat@v2
3535
if: ${{ matrix.version == '1.10' }}
3636
with:
3737
skip: LinearAlgebra, Random, SparseArrays

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.julia-version }}
3030
arch: x64
31-
- uses: julia-actions/julia-downgrade-compat@v1
31+
- uses: julia-actions/julia-downgrade-compat@v2
3232
if: ${{ matrix.version == '1.10' }}
3333
with:
3434
skip: LinearAlgebra, Random, SparseArrays

0 commit comments

Comments
 (0)