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

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

commit b4d0be98ad0049f7e46b88cdfe552cb39123cee6
Merge: eb3bd04 9ad3b3b
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Feb 10 09:48:51 2025 +0100

    Merge pull request #11 from 
apache/dependabot/github_actions/actions/checkout-4.2.2
    
    Bump actions/checkout from 3.1.0 to 4.2.2

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

diff --cc .github/workflows/maven.yml
index ada3470,9e08694..ea0880d
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -43,10 -43,10 +43,10 @@@ jobs
  
      runs-on: ${{ matrix.os }}
      steps:
-     - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
+     - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
        with:
          persist-credentials: false
 -    - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
 +    - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to