From 4c070130cdfe75099a1d0ee7cc19b89bee9e8d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:20:25 +0000 Subject: [PATCH] build(deps): 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/pants-cache.yaml | 2 +- .github/workflows/pants.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pants-cache.yaml b/.github/workflows/pants-cache.yaml index b5c75312..04bde4a8 100644 --- a/.github/workflows/pants-cache.yaml +++ b/.github/workflows/pants-cache.yaml @@ -67,7 +67,7 @@ jobs: run: | ./build-support/nuke-cache.sh - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: bootstrap diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 44b5acdf..8d36fe60 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -55,7 +55,7 @@ jobs: - name: Checkout LFS objects run: git lfs checkout - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - uses: pantsbuild/actions/init-pants@v2