From 39f2d1755a1d75ef0c6192cdffb4535b0dc81794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:52:57 +0000 Subject: [PATCH] Bump julia-actions/julia-downgrade-compat from 2 to 2.6.2 Bumps [julia-actions/julia-downgrade-compat](https://github.com/julia-actions/julia-downgrade-compat) from 2 to 2.6.2. - [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...v2.6.2) --- updated-dependencies: - dependency-name: julia-actions/julia-downgrade-compat dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f022725..8764421 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -70,7 +70,7 @@ jobs: # Rewrite the `[compat]` entries in the root Project.toml to their lowest # allowed versions (`strict`), so QuantumControl's *direct* dependencies # are tested at their floor. - uses: julia-actions/julia-downgrade-compat@v2 + uses: julia-actions/julia-downgrade-compat@v2.6.2 with: projects: "." strict: "true"