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

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


The following commit(s) were added to refs/heads/master by this push:
     new 856d9bb1 Bump actions/checkout from 3.0.2 to 3.1.0
856d9bb1 is described below

commit 856d9bb19e5648932b23a07119130dc761d81ecb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 7 22:06:34 2022 +0000

    Bump actions/checkout from 3.0.2 to 3.1.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 
3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/coverage.yml            | 2 +-
 .github/workflows/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 src/changes/changes.xml                   | 1 +
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fb75e65c..b5bf651c 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@v3.0.2
+      uses: actions/checkout@v3.1.0
     - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 26ac919d..2f3ccac6 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
         java: [ 8 ]
 
     steps:
-    - uses: actions/checkout@v3.0.2
+    - uses: actions/checkout@v3.1.0
     - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index eb8e5a76..9fc05911 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #            experimental: true
 
     steps:
-    - uses: actions/checkout@v3.0.2
+    - uses: actions/checkout@v3.1.0
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3.5.1
       with:
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index abd69927..fd03907c 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -38,7 +38,7 @@ jobs:
     steps:
 
       - name: "Checkout code"
-        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b   # 
3.0.2
+        uses: actions/checkout@v3.1.0   # 3.0.2
         with:
           persist-credentials: false
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1d8eb248..de8948d9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump commons.pmd-impl.version from 6.49.0 to 6.50.0 
#364.</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump actions/cache from 3.0.8 to 3.0.10 #361, #365.</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump actions/setup-java from 3 to 3.5.1.</action>
+    <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump actions/checkout from 3.0.2 to 3.1.0 #366.</action>
   </release>
   <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. 
Requires Java 8.">
     <!-- FIX -->

Reply via email to