File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2022 Pants project contributors.
2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
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.
5
5
6
6
name : Pants
7
7
20
20
needs : org-check
21
21
runs-on : ubuntu-20.04
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : pantsbuild/actions/init-pants@v5-scie-pants
25
25
# This action bootstraps pants and manages 2-3 GHA caches.
26
26
# See: github.com/pantsbuild/actions/tree/main/init-pants/
39
39
# Note that named_caches and lmdb_store falls back to partial restore keys which
40
40
# may give a useful partial result that will save time over completely clean state,
41
41
# 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.
43
43
# Alternatively you change gha-cache-key to ignore old caches.
44
44
- name : Bootstrap Pants
45
45
run : pants --version
51
51
run : |
52
52
pants package ::
53
53
- name : Upload Pants log
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : pants-log
57
57
path : .pants.d/pants.log
Original file line number Diff line number Diff line change 2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
4
[GLOBAL ]
5
- pants_version = " 2.21 .0"
5
+ pants_version = " 2.23 .0"
6
6
backend_packages = [
7
7
# This repository demonstrates using Pants with Kotlin.
8
8
#
You can’t perform that action at this time.
0 commit comments