From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 08:07:23 +0000 (+0000) Subject: Bump actions/setup-python from 4.6.1 to 4.7.0 X-Git-Tag: openssl-3.2.0-alpha1~472 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbe36351dc3fcb5bd3582075b40d34e0b103b15c;p=thirdparty%2Fopenssl.git Bump actions/setup-python from 4.6.1 to 4.7.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.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: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21455) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 913d4244bf4..e467f79dd70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -442,7 +442,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.PYTHON }} - uses: actions-rs/toolchain@v1