Skip to content

Commit 75888e2

Browse files
authored
Upgrade Pants to 2.23.0 (#19)
1 parent 44a0c2c commit 75888e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pants.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 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

66
name: Pants
77

@@ -20,7 +20,7 @@ jobs:
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/
@@ -39,7 +39,7 @@ jobs:
3939
# Note that named_caches and lmdb_store falls back to partial restore keys which
4040
# may give a useful partial result that will save time over completely clean state,
4141
# but will cause the cache entry to grow without bound over time.
42-
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
42+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
4343
# Alternatively you change gha-cache-key to ignore old caches.
4444
- name: Bootstrap Pants
4545
run: pants --version
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
pants package ::
5353
- name: Upload Pants log
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: pants-log
5757
path: .pants.d/pants.log

pants.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"
66
backend_packages = [
77
# This repository demonstrates using Pants with Kotlin.
88
#

0 commit comments

Comments
 (0)