From 1f76a61f84c20de20eb596f2a48882e801d038c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:30:20 +0200 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update_generated_files.yml | 2 +- .github/workflows/update_tlds_list.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_generated_files.yml b/.github/workflows/update_generated_files.yml index 96de85f..9e64d11 100644 --- a/.github/workflows/update_generated_files.yml +++ b/.github/workflows/update_generated_files.yml @@ -18,7 +18,7 @@ jobs: with: token: ${{ secrets.PAT }} - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: python-version: "3.13.7" - name: Make README file diff --git a/.github/workflows/update_tlds_list.yml b/.github/workflows/update_tlds_list.yml index bfd3240..f72943e 100644 --- a/.github/workflows/update_tlds_list.yml +++ b/.github/workflows/update_tlds_list.yml @@ -15,7 +15,7 @@ jobs: with: token: ${{ secrets.PAT }} - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: python-version: "3.13.7" - name: Install Python packages