You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/03 11:36:49 UTC

[commons-lang] branch master updated: Add comment

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 119623760 Add comment
119623760 is described below

commit 119623760e52ef14cbbf16f57d3ffddc14e4a700
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sat Jun 3 07:36:42 2023 -0400

    Add comment
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3d5b4eec0..3b9c1b59f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
 #          - java: 18-ea
 #            experimental: true        
     steps:
-    - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
+    - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1