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 1a743c0  Bump actions/checkout from 4.1.7 to 4.2.2
1a743c0 is described below

commit 1a743c0fca84efd40eb32bf0ccb624cea348ff60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 15:48:14 2024 +0000

    Bump actions/checkout from 4.1.7 to 4.2.2
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 
4.2.2.
    - [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.7...v4.2.2)
    
    ---
    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/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 cb29877..e01f6ba 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 37b85f8..8e094d8 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -58,7 +58,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