From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 17:10:52 +0000 (+0000) Subject: Bump actions/setup-python from 4.3.1 to 4.4.0 X-Git-Tag: openssl-3.2.0-alpha1~1555 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc;p=thirdparty%2Fopenssl.git 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] CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19961) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf47dab8bb1..51846623f64 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