Skip to content

Commit e3bdfbe

Browse files
committed
Update doc link
1 parent a0a99b7 commit e3bdfbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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.
1+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
22

33
name: Pants
44

@@ -44,7 +44,7 @@ jobs:
4444
# Note that named_caches and lmdb_store falls back to partial restore keys which
4545
# may give a useful partial result that will save time over completely clean state,
4646
# but will cause the cache entry to grow without bound over time.
47-
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
47+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
4848
# Alternatively you change gha-cache-key to ignore old caches.
4949
- name: Bootstrap Pants
5050
run: |

0 commit comments

Comments
 (0)