From 13c7d4d0b425f0d634907a7263bf6b9589684aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:08:49 +0000 Subject: [PATCH] Bump actions/setup-python from 4.5.0 to 4.7.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435...61a6322f88396a6271a6ee3565807d608ecaddd1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-smoke-test.yml b/.github/workflows/deploy-smoke-test.yml index c050f674..3ff62ce7 100644 --- a/.github/workflows/deploy-smoke-test.yml +++ b/.github/workflows/deploy-smoke-test.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 with: python-version: "3.10"