From 71d66c63078672fb994ad8c7ceb9aa79c21748ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:06:28 +0000 Subject: [PATCH] build(deps): 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 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f459afa..b13383d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: elixir_version: 1.16 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Elixir id: beam @@ -63,7 +63,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Elixir id: beam @@ -117,7 +117,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Elixir id: beam diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8bcbd3a..be8bfe7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Publish package to hex.pm uses: hipcall/github_action_publish_hex@v1