You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/12 06:25:44 UTC

[maven-invoker] branch master updated: Bump actions/checkout from 2 to 2.3.4

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git


The following commit(s) were added to refs/heads/master by this push:
     new 1233c24  Bump actions/checkout from 2 to 2.3.4
1233c24 is described below

commit 1233c24f253a33911fdff7190877ea6b963743fb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 12 05:49:58 2021 +0000

    Bump actions/checkout from 2 to 2.3.4
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
    - [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...v2.3.4)
    
    Signed-off-by: dependabot[bot] <su...@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 799be90..7f9bff9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.3.4
 
       - name: Cache local Maven repository
         uses: actions/cache@v2.1.5