You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/10 15:20:22 UTC

[commons-compress] branch master updated: Bump actions/checkout from v2.3.1 to v2.3.2 (#124)

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c0b470  Bump actions/checkout from v2.3.1 to v2.3.2 (#124)
5c0b470 is described below

commit 5c0b4707a613c43d465d9b06da1e8ab7b4174dbb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 10 11:20:16 2020 -0400

    Bump actions/checkout from v2.3.1 to v2.3.2 (#124)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2.
    - [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/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d09803b..a231786 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
             experimental: true        
         
     steps:
-    - uses: actions/checkout@v2.3.1
+    - uses: actions/checkout@v2.3.2
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v1.4.0
       with: