From 67b50047a81e0664252aa27e9029b0bc5c66f0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:05:00 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf00a70..4e91ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: container: ghcr.io/wildarch/graphalg-ci steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build codemirror-lang-graphalg shell: bash run: | diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bf70ac2..e3af996 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: container: ghcr.io/wildarch/graphalg-ci steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # The playground and its dependencies, because they are used in pages. - name: Build codemirror-lang-graphalg