From a314a2b7c5226a6cb376b23bc1eda3c30f483551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 17:05:58 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 3.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/developer-site-ci.yml | 2 +- .github/workflows/developer-site-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/developer-site-ci.yml b/.github/workflows/developer-site-ci.yml index a5886bff6360..c69442bb9ec4 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@v3.1.0 with: python-version: 3.8 # Test that building the site is successful diff --git a/.github/workflows/developer-site-deploy.yml b/.github/workflows/developer-site-deploy.yml index da63564f5610..b86e38d8cd7d 100644 --- a/.github/workflows/developer-site-deploy.yml +++ b/.github/workflows/developer-site-deploy.yml @@ -28,7 +28,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@v3.1.0 with: python-version: 3.8 # Install prerequisites for building the rustdocs