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:27:09 UTC

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


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

commit 12f11f534d4eb883d4324edb9152ac76d17cf2f1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 12 06:23:51 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 3e2916e..41bb31d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.3.4
 
       - name: Set up cache for ~./m2/repository
         uses: actions/cache@v2.1.5