From ab58a8eba9f6d187ace391efcecb92bb94b85881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:48:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c63f190..0823e9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: gacts/github-slug@v1 # Action page: id: slug diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c7e559..bbf8f32 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: name: Gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: {fetch-depth: 0} - name: Check for GitLeaks @@ -26,7 +26,7 @@ jobs: name: Validate Renovate Config runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - run: npx --yes --package renovate -- renovate-config-validator --strict ./.github/renovate.json @@ -40,7 +40,7 @@ jobs: - 5000:5000 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: docker/setup-qemu-action@v3 # Action page: