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 2022/09/12 18:24:46 UTC

[commons-io] branch master updated: Bump actions/checkout from 3 to 3.0.2

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


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

commit 2ffd9af125d7aa8cbe89f8f140c99b34518fbf76
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 12 11:24:41 2022 -0700

    Bump actions/checkout from 3 to 3.0.2
---
 .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 df0fd833..cac25834 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,7 +43,7 @@ jobs:
       fail-fast: false
         
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v3.0.2
     - uses: actions/cache@v3.0.8
       with:
         path: ~/.m2/repository