diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-21 14:22:29 +0000 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-04-21 16:24:17 +0200 |
commit | d9e22a585d090c6e4fed00674b5bb15f325ceaf3 (patch) | |
tree | aa8577ebcc7087638967c84c315116cef7d68a3b | |
parent | 247a07f5bc9e5187edd1229535fd56181b7960ee (diff) | |
download | openssl-new-d9e22a585d090c6e4fed00674b5bb15f325ceaf3.tar.gz |
Bump actions/setup-python from 4.5.0 to 4.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
CLA: trivial
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20792)
(cherry picked from commit 3ac96c8f715672ff77025d48b5773f5de4f84215)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c32f15624d..02420cf3a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,7 +302,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: ${{ matrix.PYTHON }} - uses: actions-rs/toolchain@v1 |