Skip to content

Commit

Permalink
ci: Bump init-pants from v5 to v8 (#2112)
Browse files Browse the repository at this point in the history
Backported-from: main (24.09)
Backported-to: 23.09
  • Loading branch information
Yaminyam authored and achimnol committed Jul 10, 2024
1 parent e50e16d commit 29dcd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
name: local-proxy
path: dist-local-proxy/*
- name: Bootstrap Pants
uses: pantsbuild/actions/init-pants@v5-scie-pants
uses: pantsbuild/actions/init-pants@v8
with:
gha-cache-key: pants-cache-main-1-deploy-py${{ env.PROJECT_PYTHON_VERSION }}-${{ runner.os }}-${{ runner.arch }}
named-caches-hash: ${{ hashFiles('python*.lock', 'tools/*.lock') }}
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
run: |
pip install -U 'packaging>=21.3'
- name: Bootstrap Pants
uses: pantsbuild/actions/init-pants@v5-scie-pants
uses: pantsbuild/actions/init-pants@v8
with:
gha-cache-key: pants-cache-main-1-deploy-py${{ env.PROJECT_PYTHON_VERSION }}-${{ runner.os }}-${{ runner.arch }}
named-caches-hash: ${{ hashFiles('python*.lock', 'tools/*.lock') }}
Expand Down

0 comments on commit 29dcd26

Please sign in to comment.