Skip to content

Commit 2e55545

Browse files
authored
Upgrade to latest init-pants action (#19)
Also fix the ubuntu image version. Using latest is not good practice.
1 parent 638f402 commit 2e55545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
build:
1919
name: Perform CI Checks
2020
needs: org-check
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2222
strategy:
2323
matrix:
2424
python-version: [3.8]
2525
steps:
2626
- uses: actions/checkout@v3
27-
- uses: pantsbuild/actions/init-pants@v1
27+
- uses: pantsbuild/actions/init-pants@v2
2828
# This action bootstraps pants and manages 2-3 GHA caches.
2929
# See: github.com/pantsbuild/actions/tree/main/init-pants/
3030
with:

0 commit comments

Comments
 (0)