diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-21 16:22:29 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-04-21 16:23:23 +0200 |
commit | 3ac96c8f715672ff77025d48b5773f5de4f84215 (patch) | |
tree | 0a4386530e7d4174a62ae3f16a0d09bee454e88b /.github | |
parent | Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays (diff) | |
download | openssl-3ac96c8f715672ff77025d48b5773f5de4f84215.tar.xz openssl-3ac96c8f715672ff77025d48b5773f5de4f84215.zip |
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)
Diffstat (limited to '.github')
-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 b6ac6da51c..4eb15c629f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -441,7 +441,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 |