From f57776c722042e3788c1226e52dc2ffe9787bdbd Mon Sep 17 00:00:00 2001 From: Sion Kang Date: Tue, 13 Feb 2024 13:39:18 +0900 Subject: [PATCH] ci: Bump pantsbuils/actions/init-pants from v5 to v8 (#1889) --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index fef1b7f9da..3bf8d2d2a6 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -22,7 +22,7 @@ jobs: - name: Prepare cache dir for Pants run: mkdir -p .tmp - 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-sbom-py${{ env.PROJECT_PYTHON_VERSION }}-${{ runner.os }}-${{ runner.arch }} named-caches-hash: ${{ hashFiles('python*.lock', 'tools/*.lock') }}