We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf90b commit 5081a3aCopy full SHA for 5081a3a
.github/workflows/pants.yaml
@@ -23,11 +23,11 @@ jobs:
23
matrix:
24
python-version: [3.9]
25
steps:
26
- - uses: actions/checkout@v3
27
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
- - uses: pantsbuild/actions/init-pants@v5-scie-pants
+ - uses: pantsbuild/actions/init-pants@v8
31
# This action bootstraps pants and manages 2-3 GHA caches.
32
# See: github.com/pantsbuild/actions/tree/main/init-pants/
33
0 commit comments