From 0d660528f88a390160b43db95be7182376ec743c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:08:43 -0500 Subject: [PATCH] chore(deps): bump actions/setup-python from 4 to 5 (#430) 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/master-beta-ci.yml | 2 +- .github/workflows/nightly-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-beta-ci.yml b/.github/workflows/master-beta-ci.yml index dfc109b9..395044a3 100644 --- a/.github/workflows/master-beta-ci.yml +++ b/.github/workflows/master-beta-ci.yml @@ -56,7 +56,7 @@ jobs: node-version: 18.18.2 # Set up Python and install Poetry - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index 63d02b0b..c1ba4a95 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -55,7 +55,7 @@ jobs: node-version: 18.18.2 # Use Python and Poetry to install dependencies - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10"