From f2610290ef9a37a0226c1d5683b0f330ab4e9dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 18:35:17 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v7...v7.0.1) Updates `julia-actions/setup-julia` from 2.7.0 to 3.0.2 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/v2.7.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: julia-actions/setup-julia dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/fragment-conformance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fragment-conformance.yml b/.github/workflows/fragment-conformance.yml index 3ddbe7d..7396fdb 100644 --- a/.github/workflows/fragment-conformance.yml +++ b/.github/workflows/fragment-conformance.yml @@ -18,11 +18,11 @@ jobs: timeout-minutes: 15 steps: - name: Checkout specification - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: persist-credentials: false - name: Checkout pinned QuandleDB implementation - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: repository: hyperpolymath/quandledb ref: f1d0010e4e614fcb2c8428e555b9cdbb279d4da7 @@ -31,7 +31,7 @@ jobs: - name: Record implementation revision run: git -C deps/quandledb rev-parse HEAD - name: Install Julia - uses: julia-actions/setup-julia@v2.7.0 + uses: julia-actions/setup-julia@v3.0.2 with: version: '1.12.6' - name: Check fragment syntax, execution and explicit refusal