From 2543dae4de85843e68e6d33b12b2033d13da794b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:03:41 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95c237fd..022d1f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: env: MIX_ENV: test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} @@ -133,7 +133,7 @@ jobs: - name: Set git to use original line ending run: | git config --global core.autocrlf false - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} @@ -155,7 +155,7 @@ jobs: - elixir: 1.19.x otp: 28.x steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}}