From 67a2593c19f7f2fc86b5c200fbbfc310116dbfc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 06:43:19 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 in the actions group Bumps the 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/claude-code-review.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6b6b5..bf99b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: elixir: ["1.18"] otp: ["27"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: erlef/setup-beam@v1 with: @@ -72,7 +72,7 @@ jobs: - elixir: "1.18" otp: "27" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: erlef/setup-beam@v1 with: @@ -103,7 +103,7 @@ jobs: name: JS Tests runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: erlef/setup-beam@v1 with: @@ -134,7 +134,7 @@ jobs: needs: [quality, test, test-js] runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: erlef/setup-beam@v1 with: diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index aa96469..fd17d83 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1