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 50fa979  Update to the action commit to mask emails in the logs
50fa979 is described below

commit 50fa979e7f4fe4bd33c0f66c0746faab8f9ef6a2
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Sep 5 14:16:42 2025 +0100

    Update to the action commit to mask emails in the logs
---
 .github/workflows/announce-release-on-atr.yaml | 2 +-
 .github/workflows/build-and-rsync-to-atr.yaml  | 2 +-
 .github/workflows/resolve-vote-on-atr.yaml     | 2 +-
 pyproject.toml                                 | 4 ++--
 src/asf/example/__init__.py                    | 2 +-
 uv.lock                                        | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/announce-release-on-atr.yaml 
b/.github/workflows/announce-release-on-atr.yaml
index 6e56c82..7083404 100644
--- a/.github/workflows/announce-release-on-atr.yaml
+++ b/.github/workflows/announce-release-on-atr.yaml
@@ -44,7 +44,7 @@ jobs:
           persist-credentials: false
 
       - name: Announce release on ATR
-        uses: 
apache/tooling-actions/release-on-atr@069a1104d7901d8491422b71f8e9fbe8674ecf50
+        uses: 
apache/tooling-actions/release-on-atr@6850e4ef8e1be83cb18f23e2c855a2f476df75bd
         with:
           version: ${{ inputs.version }}
           announce: 'true'
diff --git a/.github/workflows/build-and-rsync-to-atr.yaml 
b/.github/workflows/build-and-rsync-to-atr.yaml
index 24646d2..8d7a382 100644
--- a/.github/workflows/build-and-rsync-to-atr.yaml
+++ b/.github/workflows/build-and-rsync-to-atr.yaml
@@ -32,7 +32,7 @@ jobs:
           sha256sum dist/*
 
       - name: Upload to ATR using a local composite action
-        uses: 
apache/tooling-actions/upload-to-atr@069a1104d7901d8491422b71f8e9fbe8674ecf50
+        uses: 
apache/tooling-actions/upload-to-atr@6850e4ef8e1be83cb18f23e2c855a2f476df75bd
         with:
           asf-uid: sbp
           project: tooling
diff --git a/.github/workflows/resolve-vote-on-atr.yaml 
b/.github/workflows/resolve-vote-on-atr.yaml
index cbbac1b..0e780c8 100644
--- a/.github/workflows/resolve-vote-on-atr.yaml
+++ b/.github/workflows/resolve-vote-on-atr.yaml
@@ -32,7 +32,7 @@ jobs:
           persist-credentials: false
 
       - name: Resolve vote on ATR
-        uses: 
apache/tooling-actions/release-on-atr@069a1104d7901d8491422b71f8e9fbe8674ecf50
+        uses: 
apache/tooling-actions/release-on-atr@6850e4ef8e1be83cb18f23e2c855a2f476df75bd
         with:
           version: ${{ inputs.version }}
           resolve: "true"
diff --git a/pyproject.toml b/pyproject.toml
index e6496d9..c097c43 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-dev23"
+version         = "0.0.1-dev24"
 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-05T13:09:13Z"
+exclude-newer = "2025-09-05T13:16:30Z"
diff --git a/src/asf/example/__init__.py b/src/asf/example/__init__.py
index 75755ed..a5c4885 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-dev23"
+VERSION: Final[str] = "0.0.1-dev24"
 
 
 class BumpMode(enum.Enum):
diff --git a/uv.lock b/uv.lock
index 419b671..3b7c8da 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,11 +3,11 @@ revision = 3
 requires-python = ">=3.13"
 
 [options]
-exclude-newer = "2025-09-05T13:09:13Z"
+exclude-newer = "2025-09-05T13:16:30Z"
 
 [[package]]
 name = "asf-example"
-version = "0.0.1.dev23"
+version = "0.0.1.dev24"
 source = { editable = "." }
 dependencies = [
     { name = "pygit2" },


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

Reply via email to