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:26:13 UTC

[maven-help-plugin] 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-help-plugin.git


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

commit 3c7afb78f601fe3e80896fb52c3b4fdaaccc2309
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 12 05:55:22 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 63249ac..e56d312 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