File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Copyright 2021 Pants project contributors.
22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
4- # See https://www.pantsbuild.org/2.21 /docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
4+ # See https://www.pantsbuild.org/stable /docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
55
66name : Pants
77
2020 needs : org-check
2121 runs-on : ubuntu-20.04
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - uses : pantsbuild/actions/init-pants@v5-scie-pants
2525 # This action bootstraps pants and manages 2-3 GHA caches.
2626 # See: github.com/pantsbuild/actions/tree/main/init-pants/
3737 # Note that named_caches and lmdb_store falls back to partial restore keys which
3838 # may give a useful partial result that will save time over completely clean state,
3939 # but will cause the cache entry to grow without bound over time.
40- # See https://www.pantsbuild.org/2.21 /docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
40+ # See https://www.pantsbuild.org/stable /docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
4141 # Alternatively you change gha-cache-key to ignore old caches.
4242 - name : Bootstrap Pants
4343 run : pants --version
4949 run : |
5050 pants package ::
5151 - name : Upload Pants log
52- uses : actions/upload-artifact@v3
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : pants-log
5555 path : .pants.d/pants.log
Original file line number Diff line number Diff line change 22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
44[GLOBAL ]
5- pants_version = " 2.21 .0"
5+ pants_version = " 2.23 .0"
66backend_packages = [
77 # This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
88 # backend can be used independently, so there is no need to expose Scala BUILD file
You can’t perform that action at this time.
0 commit comments