From bd1a892d639f91101b6cea5825d25da33b4e0a10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:00:34 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#89) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 2 +- .github/workflows/update_generated_files.yml | 2 +- .github/workflows/update_tlds_list.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2dce1a6..9634e24 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -17,7 +17,7 @@ jobs: image: [alpine, debian, ubuntu] steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - name: Log in to Docker Hub uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 with: diff --git a/.github/workflows/update_generated_files.yml b/.github/workflows/update_generated_files.yml index 9d76277..a5f59da 100644 --- a/.github/workflows/update_generated_files.yml +++ b/.github/workflows/update_generated_files.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: token: ${{ secrets.PAT }} - name: Setup Python diff --git a/.github/workflows/update_tlds_list.yml b/.github/workflows/update_tlds_list.yml index 2285b46..21ca0cb 100644 --- a/.github/workflows/update_tlds_list.yml +++ b/.github/workflows/update_tlds_list.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: token: ${{ secrets.PAT }} - name: Setup Python