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 19a585edc Bump actions/checkout from 3.5.3 to 3.6.0
19a585edc is described below

commit 19a585edcee1383decf12b44c4322f02f9f3e185
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 24 19:10:47 2023 +0000

    Bump actions/checkout from 3.5.3 to 3.6.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 
3.6.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.5.3...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 c3bdb8a21..949eef073 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/[email protected]
+        uses: actions/[email protected]
 
       - name: Submit Dependency Graph
         uses: scalacenter/[email protected]
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 266777447..d29d0c611 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/[email protected]
+        uses: actions/[email protected]
         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/[email protected]
+        uses: actions/[email protected]
         # Disabling shallow clone is recommended for improving sonarcloud 
reporting
         with:
           fetch-depth: 0
@@ -219,7 +219,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Setup Java
         uses: actions/[email protected]

Reply via email to