From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:45:24 +0000 (+0000) Subject: Dependabot update X-Git-Tag: openssl-3.1.8~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978e6c5d1e10bed9d87bf51e1e6a46c79dc611b3;p=thirdparty%2Fopenssl.git Dependabot update CLA: trivial (deps): Bump actions/setup-python Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Reviewed-by: Kurt Roeckx Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25795) (cherry picked from commit 06aa41a5f529fc2081793c8bfb36c7e2727665d5) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c3dfbc0e56..f1a5eaee563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -391,7 +391,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.PYTHON }} - uses: dtolnay/rust-toolchain@master