You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2021/11/03 17:16:32 UTC

[daffodil] branch main updated: Bump actions/checkout from 2.3.5 to 2.4.0

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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 5140a26  Bump actions/checkout from 2.3.5 to 2.4.0
5140a26 is described below

commit 5140a26cf1af05dc234aa130cf1e1a0982e4d3ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 2 19:31:22 2021 +0000

    Bump actions/checkout from 2.3.5 to 2.4.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
    - [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.5...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ae9280d..b2c13d0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
 
       - name: Check out mxml source (Windows)
         if: runner.os == 'Windows'
-        uses: actions/checkout@v2.3.5
+        uses: actions/checkout@v2.4.0
         with:
           repository: michaelrsweet/mxml
           ref: v3.2
@@ -114,7 +114,7 @@ jobs:
       #    path: ~/.cache/coursier ~/.ivy2/cache ~/.sbt 
 
       - name: Check out Repository
-        uses: actions/checkout@v2.3.5
+        uses: actions/checkout@v2.4.0
         # Disabling shallow clone is recommended for improving reporting
         with:
           fetch-depth: 0