Skip to content

Commit 17f3ec4

Browse files
authored
Upgrade Pants to 2.23.0 (#19)
1 parent 1c4bca8 commit 17f3ec4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pants.yaml

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

@@ -76,7 +76,7 @@ jobs:
7676
# Note that named_caches and lmdb_store falls back to partial restore keys which
7777
# may give a useful partial result that will save time over completely clean state,
7878
# but will cause the cache entry to grow without bound over time.
79-
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
79+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
8080
# Alternatively you change gha-cache-key to ignore old caches.
8181

8282
- name: Bootstrap Pants

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.21.0"
2+
pants_version = "2.23.0"
33

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

0 commit comments

Comments
 (0)