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-digester.git
The following commit(s) were added to refs/heads/master by this push: new f00406b8 Bump actions/checkout 2 to 3 f00406b8 is described below commit f00406b895a6b2ad1477dad732f90b3ff3b9dd37 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 15 20:19:22 2022 -0400 Bump actions/checkout 2 to 3 --- .github/workflows/codeql-analysis.yml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1cb1616d..2bf11204 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/src/changes/changes.xml b/src/changes/changes.xml index caa3f874..ec93416f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,7 @@ Bump build actions/cache from 2 to 3.0.5. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump actions/checkout 2.3.4 to 3 + Bump actions/checkout 2.3.4 to 3. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump build actions/setup-java from 1.4.0 to 3.