From 3873c14beef9b0fa5de7d4974cddb12c0623f133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 07:05:17 +0000 Subject: [PATCH] Bump actions/setup-python from 4.1.0 to 4.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/c4e89fac7e8767b327bbad6cb4d859eda999cf08...b55428b1882923874294fa556849718a1d7f2ca5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Molecule_Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Molecule_Test.yml b/.github/workflows/Molecule_Test.yml index cfe8892..52a17ec 100644 --- a/.github/workflows/Molecule_Test.yml +++ b/.github/workflows/Molecule_Test.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 + uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies