From e04016ec2b4c52956b3e608632dfe1eb6493b49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:52:45 +0000 Subject: [PATCH] Bump actions/setup-python from 1 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v1...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 3955c96..7e14500 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -14,7 +14,7 @@ jobs: # check-out this repository - uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Set up pandoc