From 36b2f0ac0f5261ab92c771eb06d60e75885c4013 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:30:16 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v5 (#77) 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 7878d14..2dce1a6 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - 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 ae5d17e..96de85f 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: token: ${{ secrets.PAT }} - name: Setup Python diff --git a/.github/workflows/update_tlds_list.yml b/.github/workflows/update_tlds_list.yml index 4379450..bfd3240 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: token: ${{ secrets.PAT }} - name: Setup Python