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 2023/09/05 18:57:22 UTC

[daffodil] branch main updated: Bump actions/checkout from 3.6.0 to 4.0.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 e81c200ba Bump actions/checkout from 3.6.0 to 4.0.0
e81c200ba is described below

commit e81c200ba4e60282280811342e68811082debda8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 4 19:01:34 2023 +0000

    Bump actions/checkout from 3.6.0 to 4.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.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/v3.6.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/dependency-graph.yml | 2 +-
 .github/workflows/main.yml             | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml
index 949eef073..b07bda8a3 100644
--- a/.github/workflows/dependency-graph.yml
+++ b/.github/workflows/dependency-graph.yml
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Check out Repository
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.0.0
 
       - name: Submit Dependency Graph
         uses: scalacenter/sbt-dependency-submission@v2.2.0
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d29d0c611..1bf267e1f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -110,7 +110,7 @@ jobs:
 
       - name: Check out mxml source (Windows)
         if: runner.os == 'Windows'
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.0.0
         with:
           repository: michaelrsweet/mxml
           ref: v3.3
@@ -129,7 +129,7 @@ jobs:
           echo "COURSIER_CONFIG_DIR=$temp" >> $GITHUB_ENV
 
       - name: Check out Repository
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.0.0
         # Disabling shallow clone is recommended for improving sonarcloud reporting
         with:
           fetch-depth: 0
@@ -219,7 +219,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.0.0
 
       - name: Setup Java
         uses: actions/setup-java@v3.12.0