diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-22 18:10:52 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-12-28 14:09:44 +0100 |
commit | 43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc (patch) | |
tree | dd0f1cb8b2b347373f93379484d41c9a0316ffc3 /.github | |
parent | INSTALL.md: Remove trailing space (diff) | |
download | openssl-43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc.tar.xz openssl-43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc.zip |
Bump actions/setup-python from 4.3.1 to 4.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.3.1...v4.4.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: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19961)
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 cf47dab8bb..51846623f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -397,7 +397,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ matrix.PYTHON }} - uses: actions-rs/toolchain@v1 |