We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638f402 commit 2e55545Copy full SHA for 2e55545
1 file changed
.github/workflows/pants.yaml
@@ -18,13 +18,13 @@ jobs:
18
build:
19
name: Perform CI Checks
20
needs: org-check
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
22
strategy:
23
matrix:
24
python-version: [3.8]
25
steps:
26
- uses: actions/checkout@v3
27
- - uses: pantsbuild/actions/init-pants@v1
+ - uses: pantsbuild/actions/init-pants@v2
28
# This action bootstraps pants and manages 2-3 GHA caches.
29
# See: github.com/pantsbuild/actions/tree/main/init-pants/
30
with:
0 commit comments