From cb0132b45af8fb3bb9e62b05fc4bcb508dd054da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:32:26 +0000 Subject: [PATCH] Bump julia-actions/julia-downgrade-compat from 2.6.2 to 2.7.0 Bumps [julia-actions/julia-downgrade-compat](https://github.com/julia-actions/julia-downgrade-compat) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/julia-actions/julia-downgrade-compat/releases) - [Changelog](https://github.com/julia-actions/julia-downgrade-compat/blob/main/devdocs/release.md) - [Commits](https://github.com/julia-actions/julia-downgrade-compat/compare/v2.6.2...v2.7.0) --- updated-dependencies: - dependency-name: julia-actions/julia-downgrade-compat dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Downgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 47ba8ae..7f85a5a 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -21,7 +21,7 @@ jobs: - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - - uses: julia-actions/julia-downgrade-compat@v2.6.2 + - uses: julia-actions/julia-downgrade-compat@v2.7.0 with: skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra - uses: julia-actions/cache@v3