File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/
6060 pants run cmd/greeter_en:
6161 pants run cmd/greeter_es:
6262 - name : Upload Pants log
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : pants-log
6666 path : .pants.d/pants.log
Original file line number Diff line number Diff line change 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"
66backend_packages = [" pants.backend.experimental.go" ]
77
88[anonymous-telemetry ]
You can’t perform that action at this time.
0 commit comments