From 448be80ddd62563f1269cda61f961b870b962ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:11:36 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 2.2.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v2.2.2) Signed-off-by: dependabot[bot] --- .github/workflows/developer-site-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/developer-site-ci.yml b/.github/workflows/developer-site-ci.yml index 7584db4ee406..630e3dff826f 100644 --- a/.github/workflows/developer-site-ci.yml +++ b/.github/workflows/developer-site-ci.yml @@ -32,7 +32,7 @@ jobs: sudo apt --assume-yes install git # Install Python 3.8 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v2.2.2 with: python-version: 3.8 # Test that building the site is successful