From 013f2d07f06b1267162ccc2b9bf60a30f430929b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:15:31 +0200 Subject: [PATCH] Bump actions/setup-python from 2 to 5 (#215) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/automated-updates.yml | 2 +- .github/workflows/dns-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-updates.yml b/.github/workflows/automated-updates.yml index 422139fd..2f988f8a 100644 --- a/.github/workflows/automated-updates.yml +++ b/.github/workflows/automated-updates.yml @@ -14,7 +14,7 @@ jobs: - run: | git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: 3.8 cache: 'pip' diff --git a/.github/workflows/dns-check.yml b/.github/workflows/dns-check.yml index a91eaf1e..033ca6b5 100644 --- a/.github/workflows/dns-check.yml +++ b/.github/workflows/dns-check.yml @@ -13,7 +13,7 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' name: Python setup - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: 3.8 cache: 'pip'