summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-19 18:00:12 +0000
committerTomas Mraz <tomas@openssl.org>2023-12-20 11:44:32 +0100
commit8493cf0d3a5bd114f2665ed27934fb1d61bf2c3d (patch)
treeb22fcebc9a66475631e1846b65b3d7b1378a47dc
parentdbc819bd36c2dccde58ece3330a6f47434590c57 (diff)
Bump actions/setup-python from 4.7.1 to 5.0.0
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] <support@github.com> CLA: trivial Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22963) (cherry picked from commit 51c85496dc227f277adbe0748d596e07d9a34bc2)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b7ffa292e..078864471c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -362,7 +362,7 @@ jobs:
- name: make
run: make -s -j4
- name: Setup Python
- uses: actions/setup-python@v4.7.1
+ uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.PYTHON }}
- uses: actions-rs/toolchain@v1