summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 15:57:31 +0000
committerTomas Mraz <tomas@openssl.org>2023-05-30 22:30:34 +0200
commit74b486e8f852fc9ef332698159b2b789b7e06ee0 (patch)
tree8ac64f31b9dfd22404fd69c06ac242afaf749d92 /.github
parentf56744fe1e47ca153f487eb383e62aac0e8b0545 (diff)
Bump actions/setup-python from 4.6.0 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.0...v4.6.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> CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21047) (cherry picked from commit a1c8edcfc907a84d2595bc52ea7a43f4b33c7339)
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 02420cf3a7..5b084fdf09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -302,7 +302,7 @@ jobs:
- name: make
run: make -s -j4
- name: Setup Python
- uses: actions/setup-python@v4.6.0
+ uses: actions/setup-python@v4.6.1
with:
python-version: ${{ matrix.PYTHON }}
- uses: actions-rs/toolchain@v1