aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-10 17:07:01 +0000
committerTomas Mraz <tomas@openssl.org>2024-07-11 09:53:55 +0200
commit00163371fa502df62465163185a9a434574d6746 (patch)
tree79c29afcf417d51799307a77436d17e3bff21c3c /.github
parent06da14737369e7c90899aed4bb21cce9a0910d29 (diff)
downloadopenssl-00163371fa502df62465163185a9a434574d6746.zip
openssl-00163371fa502df62465163185a9a434574d6746.tar.gz
openssl-00163371fa502df62465163185a9a434574d6746.tar.bz2
Dependabot update
CLA: trivial (deps): Bump actions/setup-python Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24843)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8c1fed8..253042f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -608,7 +608,7 @@ jobs:
- name: make
run: make -s -j4
- name: Setup Python
- uses: actions/setup-python@v5.1.0
+ uses: actions/setup-python@v5.1.1
with:
python-version: ${{ matrix.PYTHON }}
- uses: dtolnay/rust-toolchain@master