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 7f986b9  Bump actions/checkout from 4.2.2 to 5.0.0
7f986b9 is described below

commit 7f986b9a789be050c577826aa873d85dc91551b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 00:01:53 2025 +0000

    Bump actions/checkout from 4.2.2 to 5.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 
5.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/CI.yml                | 4 ++--
 .github/workflows/licenes.yml           | 6 +++---
 .github/workflows/nightly.yml           | 2 +-
 .github/workflows/release-candidate.yml | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index ca66b5a..a74f57e 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]
@@ -111,7 +111,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/licenes.yml b/.github/workflows/licenes.yml
index fd40c19..6ec9f23 100644
--- a/.github/workflows/licenes.yml
+++ b/.github/workflows/licenes.yml
@@ -41,7 +41,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
 
@@ -74,7 +74,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
 
@@ -109,7 +109,7 @@ jobs:
       ############################################################
 
       - name: Check out Repository
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
 
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 518e9cd..943405b 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -56,7 +56,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/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index 9e8c44b..ccb0fa0 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -35,7 +35,7 @@ jobs:
     steps:
 
       - name: Checkout Repository
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
+        uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # 
v4.2.2
 
       - name: ASF Release Candidate
         id: rc

Reply via email to