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

commit 81f4048f49784118ab1b96162fc7695ab77ca16e
Merge: fba3c97 e2e1b2c
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Oct 14 13:24:42 2022 -0400

    Merge pull request #58 from 
apache/dependabot/github_actions/actions/checkout-3.1.0
    
    Bump actions/checkout from 3.0.2 to 3.1.0

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/maven.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index 8d57a8b,cf5545e..540d013
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
      steps:
      - name: Checkout repository
-       uses: actions/checkout@v3.0.2
+       uses: actions/checkout@v3.1.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.0.8
 +    - uses: actions/cache@v3.0.11
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 90e0854,8cbc6c8..0bfc59f
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      steps:
-     - uses: actions/checkout@v3.0.2
+     - uses: actions/checkout@v3.1.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.0.8
 +    - uses: actions/cache@v3.0.11
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to