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

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


The following commit(s) were added to refs/heads/main by this push:
     new 817221d  Bump actions/checkout from 4.1.5 to 4.1.7
817221d is described below

commit 817221d58a36b51f8ce6f7322b522af1789f441b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 11 13:00:19 2024 +0000

    Bump actions/checkout from 4.1.5 to 4.1.7
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 
4.1.7.
    - [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/v4.1.5...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/CI.yml      | 6 +++---
 .github/workflows/nightly.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 2078fb6..fedc340 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -60,7 +60,7 @@ jobs:
       ############################################################
       
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Setup Java
         uses: actions/[email protected]
@@ -108,7 +108,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
 
@@ -147,7 +147,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Setup Java
         uses: actions/[email protected]
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index f6bd866..8d08b7a 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -48,7 +48,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