From 271c9c1f6da32753155c11e395e58064f9d348be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:42:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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..d32152b 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@v7 - 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..72aa331 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@v7 - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 with: