From dc47af092f740c5c85eaf731be6a82205722c8cd Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Tue, 14 May 2024 17:12:58 +0200 Subject: [PATCH 1/3] ci: Updated checkout action to v4. --- .github/workflows/pants.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index c167e42..84d02f2 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -23,7 +23,7 @@ jobs: matrix: python-version: [3.9] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} From 46770397dad7bc23e102d57ee8bda8487aa7d460 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Tue, 14 May 2024 17:13:34 +0200 Subject: [PATCH 2/3] ci: Updated setup-python action to v5. --- .github/workflows/pants.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 84d02f2..cd63158 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -24,7 +24,7 @@ jobs: python-version: [3.9] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - uses: pantsbuild/actions/init-pants@v5-scie-pants From e4875be42b0f670846f7b354132d2bd5a15d23a9 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Tue, 14 May 2024 17:14:13 +0200 Subject: [PATCH 3/3] ci: Updated init-pants action to v8. --- .github/workflows/pants.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index cd63158..7638798 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: pantsbuild/actions/init-pants@v5-scie-pants + - uses: pantsbuild/actions/init-pants@v8 # This action bootstraps pants and manages 2-3 GHA caches. # See: github.com/pantsbuild/actions/tree/main/init-pants/ with: