From e3bd1942301638398c1c75dc73b8adab8c73ac5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:36:05 +0000 Subject: [PATCH] :rocket: gha: Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e91ae06d..772272dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: "🟨 Setup Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version python-version-file: ".python-version" @@ -161,7 +161,7 @@ jobs: - name: "⚙️ Install Python" id: python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version python-version-file: ".python-version" @@ -351,7 +351,7 @@ jobs: - name: "⚙️ Install Python" id: python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version python-version-file: ".python-version" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9fa83189..7f7ddcfa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -99,7 +99,7 @@ jobs: - name: "⚙️ Install Python" id: python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version # python-version-file: ".python-version"