From b6b1d216c4fe70df0622729a3638426fdad614de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:44:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2089ee7..8dc6207 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: working-directory: ${{ matrix.package }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Elixir and OTP uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index a1e5631..68ed9af 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -40,7 +40,7 @@ jobs: run: working-directory: ${{ matrix.path }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 with: