From 9949ad36ef3db1c771ee2517554dbdc9c587ea90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:47:17 +0000 Subject: [PATCH] Bump actions/setup-python from 4.1.0 to 4.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/c4e89fac7e8767b327bbad6cb4d859eda999cf08...13ae5bb136fac2878aff31522b9efb785519f984) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 805b13aa22022..2ef3bb1d2213d 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: setup python - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 + uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 with: python-version: '3.7.7' # install the python version needed