From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:22:29 +0000 (+0000) Subject: Bump actions/setup-python from 4.5.0 to 4.6.0 X-Git-Tag: openssl-3.2.0-alpha1~986 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac96c8f715672ff77025d48b5773f5de4f84215;p=thirdparty%2Fopenssl.git 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] CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20792) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6ac6da51ca..4eb15c629f9 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