From 072358d355315bc4df1530ed8e7ca35a97206b1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:55:19 +0100 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/scan_repositories_for_licenses.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan_repositories_for_licenses.yaml b/.github/workflows/scan_repositories_for_licenses.yaml index 9c0c598..259976c 100644 --- a/.github/workflows/scan_repositories_for_licenses.yaml +++ b/.github/workflows/scan_repositories_for_licenses.yaml @@ -16,7 +16,7 @@ jobs: with: repository: ${{ matrix.repositories }} token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - run: |