From feb0587a46531465499420e61084e235738e6052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:02:30 +0000 Subject: [PATCH] chore(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/cd.yml | 6 +++--- .github/workflows/ci.yml | 6 +++--- .github/workflows/docker.yml | 2 +- .github/workflows/pages.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2a0c75c..3d30955 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: release_body: ${{ steps.git-cliff.outputs.content }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set the release version run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 962d4dd..f22503b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: ] steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Zig uses: mlugg/setup-zig@v2 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Zig uses: mlugg/setup-zig@v2 @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Zig uses: mlugg/setup-zig@v2 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 33cb49e..7700d2f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker meta id: meta diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 77a1c3f..453806f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,7 +25,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Zig uses: mlugg/setup-zig@v2