Skip to content

Commit

Permalink
Upgrade Pants to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Nov 26, 2024
1 parent 04c25e9 commit 2af9391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: org-check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pantsbuild/actions/init-pants@v5-scie-pants
# This action bootstraps pants and manages 2-3 GHA caches.
# See: github.com/pantsbuild/actions/tree/main/init-pants/
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
pants 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
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

[GLOBAL]
pants_version = "2.21.0"
pants_version = "2.23.0"
backend_packages = [
# This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
# backend can be used independently, so there is no need to expose Scala BUILD file
Expand Down

0 comments on commit 2af9391

Please sign in to comment.