Skip to content

Commit 5f59cd3

Browse files
committed
Bumped deps to Node 20 (fixing deprecation complaint)
1 parent a206cb0 commit 5f59cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pants.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
matrix:
2424
python-version: [3.8]
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 }}
3030
- uses: crazy-max/ghaction-setup-docker@v3
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
pants --docker-build-verbose package ::
8282
- name: Upload Pants log
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: pants-log
8686
path: .pants.d/pants.log

0 commit comments

Comments
 (0)