This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git


The following commit(s) were added to refs/heads/main by this push:
     new 15e4ebb  Remove checkouts where not required
15e4ebb is described below

commit 15e4ebbefa7be67479f9b49dc0bbb865db93eea7
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Sep 9 18:50:22 2025 +0100

    Remove checkouts where not required
---
 .github/workflows/announce-release-on-atr.yaml    | 6 ------
 .github/workflows/record-distribution-on-atr.yaml | 6 ------
 .github/workflows/resolve-vote-on-atr.yaml        | 6 ------
 pyproject.toml                                    | 4 ++--
 src/asf/example/__init__.py                       | 2 +-
 uv.lock                                           | 4 ++--
 6 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/.github/workflows/announce-release-on-atr.yaml 
b/.github/workflows/announce-release-on-atr.yaml
index 950b111..249ecaa 100644
--- a/.github/workflows/announce-release-on-atr.yaml
+++ b/.github/workflows/announce-release-on-atr.yaml
@@ -37,12 +37,6 @@ jobs:
       contents: read
 
     steps:
-      - name: Checkout (shallow, no persisted credentials)
-        uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
-        with:
-          fetch-depth: 1
-          persist-credentials: false
-
       - name: Announce release on ATR
         uses: 
apache/tooling-actions/release-on-atr@0613f93144f101a63529a380a1a1a031081da4a0
         with:
diff --git a/.github/workflows/record-distribution-on-atr.yaml 
b/.github/workflows/record-distribution-on-atr.yaml
index 16b74b2..ce8f274 100644
--- a/.github/workflows/record-distribution-on-atr.yaml
+++ b/.github/workflows/record-distribution-on-atr.yaml
@@ -38,12 +38,6 @@ jobs:
       contents: read
 
     steps:
-      - name: Checkout (shallow, no persisted credentials)
-        uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
-        with:
-          fetch-depth: 1
-          persist-credentials: false
-
       - name: Record distribution on ATR
         uses: 
apache/tooling-actions/record-atr-distribution@0613f93144f101a63529a380a1a1a031081da4a0
         with:
diff --git a/.github/workflows/resolve-vote-on-atr.yaml 
b/.github/workflows/resolve-vote-on-atr.yaml
index a3eb877..2f60063 100644
--- a/.github/workflows/resolve-vote-on-atr.yaml
+++ b/.github/workflows/resolve-vote-on-atr.yaml
@@ -25,12 +25,6 @@ jobs:
       contents: read
 
     steps:
-      - name: Checkout (shallow, no persisted credentials)
-        uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
-        with:
-          fetch-depth: 1
-          persist-credentials: false
-
       - name: Resolve vote on ATR
         uses: 
apache/tooling-actions/release-on-atr@0613f93144f101a63529a380a1a1a031081da4a0
         with:
diff --git a/pyproject.toml b/pyproject.toml
index 6e4fc80..84ec768 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
 [project]
 name            = "asf-example"
 # This is automatically updated
-version         = "0.0.1-dev31"
+version         = "0.0.1-dev32"
 description     = "Example package for ASF Tooling"
 readme          = "README.md"
 requires-python = ">=3.13"
@@ -48,4 +48,4 @@ select = [
 
 [tool.uv]
 # This is automatically updated
-exclude-newer = "2025-09-09T17:47:18Z"
+exclude-newer = "2025-09-09T17:50:18Z"
diff --git a/src/asf/example/__init__.py b/src/asf/example/__init__.py
index 902ec5e..dd5ba77 100644
--- a/src/asf/example/__init__.py
+++ b/src/asf/example/__init__.py
@@ -37,7 +37,7 @@ import tomlkit.items
 
 PROJECT: Final[str] = "asf-example"
 # This is automatically updated
-VERSION: Final[str] = "0.0.1-dev31"
+VERSION: Final[str] = "0.0.1-dev32"
 
 
 class BumpMode(enum.Enum):
diff --git a/uv.lock b/uv.lock
index 9f2b0db..4352317 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,11 +3,11 @@ revision = 3
 requires-python = ">=3.13"
 
 [options]
-exclude-newer = "2025-09-09T17:47:18Z"
+exclude-newer = "2025-09-09T17:50:18Z"
 
 [[package]]
 name = "asf-example"
-version = "0.0.1.dev31"
+version = "0.0.1.dev32"
 source = { editable = "." }
 dependencies = [
     { name = "pygit2" },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to