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

github-bot pushed a commit to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-bsf.git

commit a23e6ac10dbca2ce166b1be99ca3fbf446eb2b46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 11:24:55 2023 +0000

    Bump actions/checkout from 3.5.3 to 4.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 
4.0.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.5.3...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d25f772..d1297ea 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3.5.3
+      uses: actions/checkout@v4.0.0
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4460b37..5030733 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #            experimental: true        
         
     steps:
-    - uses: actions/checkout@v3.5.3
+    - uses: actions/checkout@v4.0.0
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.2
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 41b6c82..9e6896f 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
     steps:
 
       - name: "Checkout code"
-        uses: actions/checkout@v3.5.3   # 3.1.0
+        uses: actions/checkout@v4.0.0   # 3.1.0
         with:
           persist-credentials: false
 

Reply via email to