Skip to content

Commit 5081a3a

Browse files
authored
Update GitHub actions to most recent versions (#136)
1 parent 55cf90b commit 5081a3a

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
@@ -23,11 +23,11 @@ jobs:
2323
matrix:
2424
python-version: [3.9]
2525
steps:
26-
- uses: actions/checkout@v3
27-
- uses: actions/setup-python@v4
26+
- uses: actions/checkout@v4
27+
- uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
30-
- uses: pantsbuild/actions/init-pants@v5-scie-pants
30+
- uses: pantsbuild/actions/init-pants@v8
3131
# This action bootstraps pants and manages 2-3 GHA caches.
3232
# See: github.com/pantsbuild/actions/tree/main/init-pants/
3333
with:

0 commit comments

Comments
 (0)