File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments