Skip to content

Commit 26a59dd

Browse files
authored
Bumped to Pants 2.21 and actions to Node 20 (#17)
1 parent a206cb0 commit 26a59dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pants.yaml

Lines changed: 3 additions & 3 deletions
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

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GLOBAL]
2-
pants_version = "2.20.0"
2+
pants_version = "2.21.0"
33

44
backend_packages = [
55
"pants.backend.docker",

0 commit comments

Comments
 (0)