From 1c5d4d3912fbc2754b7f9bfaa3e7cfc53600c717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:56:45 +0100 Subject: [PATCH] Bump actions/setup-python from 4.7.1 to 5.0.0 (#261) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/actions.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4a8fbfe..2c198b7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: 🛠 Set up Python 3 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 id: python with: python-version: "3.11" @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 - name: 🛠️ Set up Python ${{ matrix.python.version }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python.version }} allow-prereleases: ${{ matrix.python.prereleases || false }} @@ -79,7 +79,7 @@ jobs: fetch-depth: 0 - name: 🛠 Set up Python 3.10 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 id: python with: python-version: "3.10" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 171f99e..7abfb45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: 🛠 Set up Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 id: python with: python-version: "3.11"