From c9068b2124ceaa5a2726ed64b49b9c01be470de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:18:40 +0000 Subject: [PATCH] ci: bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81660b3..2b8655b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Install ucode and tooling run: apk add --no-cache ucode make grep findutils - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Unit tests run: make test-unit - name: Property-fuzz pass (high iter) @@ -61,7 +61,7 @@ jobs: steps: - name: Install ucode and tooling run: apk add --no-cache ucode make grep findutils - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Lint (em-dash + ucode syntax + reserved-name guard) run: make lint - name: OpenAPI contract is up to date @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest needs: [unit, lint] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install QEMU and SSH client run: | @@ -135,7 +135,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # need tag object for verify-tag @@ -323,7 +323,7 @@ jobs: - arch: mips_24kc sdk_url: https://downloads.openwrt.org/releases/25.12.4/targets/ath79/generic/openwrt-sdk-25.12.4-ath79-generic_gcc-14.3.0_musl.Linux-x86_64.tar.zst steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install tooling run: |