From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:28:07 +0000 (+0000) Subject: build(deps): bump actions/setup-python from 2 to 4 X-Git-Tag: rec-4.8.4~1^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30fe778fe449a9e78801b512ba028f4fe448542a;p=thirdparty%2Fpdns.git build(deps): bump actions/setup-python from 2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 887c4dae21..85e7ffbbac 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 2 # Python is required for building the Authoritative server - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.8'