From 809ebe2fbfb6bbada27e2006c811b5ca74d68f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:42:45 +0000 Subject: [PATCH] build(deps): 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/automation.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/pr.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 448de04..2d2c45c 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -17,7 +17,7 @@ jobs: steps: - run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@main with: determinate: true @@ -41,7 +41,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@main with: determinate: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b56acfd..de5fa16 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install and Build 🔧 run: | cd docs diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 27d4f3f..1e61548 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: steps: - if: matrix.os == 'ubuntu-latest' run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@main with: determinate: true