File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/
49
49
run : |
50
50
pants package ::
51
51
- name : Upload Pants log
52
- uses : actions/upload-artifact@v3
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : pants-log
55
55
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 a mix of Java and Scala, and so both backends are enabled. But each
8
8
# 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