From 0b56bfdd9506148dab389787a846a8af900b416f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:16:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3507123..3754825 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: otp: ["27", "28"] fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 id: setup-beam with: @@ -49,7 +49,7 @@ jobs: needs: build_and_test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.2