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-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new b7e972c  Fix the checkout example in the upload action documentation
b7e972c is described below

commit b7e972c11790ee16eca101900af1b3c7fd1b106e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jan 14 15:30:49 2026 +0000

    Fix the checkout example in the upload action documentation
---
 upload-to-atr/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md
index b983efb..9a317b7 100644
--- a/upload-to-atr/README.md
+++ b/upload-to-atr/README.md
@@ -33,7 +33,7 @@ jobs:
       contents: read
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@<COMMIT>
 
       - name: Build artifacts
         run: |


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

Reply via email to