From 1ff4bcb5c13f9f68875cc3fc03eb41490c663bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:41:03 +0000 Subject: [PATCH] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...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/publish-readme.yml | 2 +- .github/workflows/remove-cname-records.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-readme.yml b/.github/workflows/publish-readme.yml index a25aa13..bb6e24c 100644 --- a/.github/workflows/publish-readme.yml +++ b/.github/workflows/publish-readme.yml @@ -18,7 +18,7 @@ jobs: role-to-assume: arn:aws:iam::${{secrets.DSD_ACCOUNT_ID}}:role/TrustPolicy-OpsEngineering-Terraform role-session-name: GitHubActions aws-region: eu-west-2 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - run: pip install -r scripts/requirements.txt diff --git a/.github/workflows/remove-cname-records.yml b/.github/workflows/remove-cname-records.yml index cb9f1ea..076194d 100644 --- a/.github/workflows/remove-cname-records.yml +++ b/.github/workflows/remove-cname-records.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - run: python scripts/remove-cnames.py