Skip to content

Commit 751db8b

Browse files
authored
ci: upgrade action version (#126)
1 parent 27fc9ee commit 751db8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pants.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
30-
- uses: pantsbuild/actions/init-pants@v4-scie-pants
30+
- uses: pantsbuild/actions/init-pants@v5-scie-pants
3131
# This action bootstraps pants and manages 2-3 GHA caches.
3232
# See: github.com/pantsbuild/actions/tree/main/init-pants/
3333
with:
@@ -48,10 +48,10 @@ jobs:
4848
# See https://pants.readme.io/docs/using-pants-in-ci for tips on how to periodically clean it up.
4949
# Alternatively you change gha-cache-key to ignore old caches.
5050
- name: Check BUILD files
51-
run: |
51+
run: |
5252
pants tailor --check update-build-files --check ::
5353
- name: Lint and typecheck
54-
run: |
54+
run: |
5555
pants lint check ::
5656
- name: Test
5757
run: |

0 commit comments

Comments
 (0)