We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75888e2 commit 095c26dCopy full SHA for 095c26d
.github/workflows/pants.yaml
@@ -11,14 +11,14 @@ jobs:
11
org-check:
12
name: Check GitHub Organization
13
if: ${{ github.repository_owner == 'pantsbuild' }}
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
15
steps:
16
- name: Noop
17
run: "true"
18
build:
19
name: Perform CI Checks
20
needs: org-check
21
22
23
- uses: actions/checkout@v4
24
- uses: pantsbuild/actions/init-pants@v5-scie-pants
pants.toml
@@ -2,7 +2,7 @@
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
4
[GLOBAL]
5
-pants_version = "2.23.0"
+pants_version = "2.24.0"
6
backend_packages = [
7
# This repository demonstrates using Pants with Kotlin.
8
#
0 commit comments