Skip to content

Commit

Permalink
Bumped to Pants 2.21 and actions to Node 20 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi authored Jun 13, 2024
1 parent a206cb0 commit 26a59dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: crazy-max/ghaction-setup-docker@v3
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
pants --docker-build-verbose package ::
- name: Upload Pants log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pants-log
path: .pants.d/pants.log
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[GLOBAL]
pants_version = "2.20.0"
pants_version = "2.21.0"

backend_packages = [
"pants.backend.docker",
Expand Down

0 comments on commit 26a59dd

Please sign in to comment.