You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by da...@apache.org on 2023/11/15 14:14:10 UTC

(daffodil-vscode) branch main updated: Bump actions/checkout from 4.1.0 to 4.1.1

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 ded0697  Bump actions/checkout from 4.1.0 to 4.1.1
ded0697 is described below

commit ded0697c98303257cb2e9d1ff5437218f28617bc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 1 00:42:09 2023 +0000

    Bump actions/checkout from 4.1.0 to 4.1.1
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [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.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .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 d035bc7..225e581 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -49,7 +49,7 @@ jobs:
     env:
       SBT: sbt -J-Xms1024m -J-Xmx5120m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m ++2.12.15
     steps:
-      - uses: actions/checkout@v4.1.0
+      - uses: actions/checkout@v4.1.1
       - name: Setup Node 16
         uses: actions/setup-node@v3.8.1
         with:
@@ -79,7 +79,7 @@ jobs:
           distribution: temurin
           java-version: 8
       - name: Check out Repository
-        uses: actions/checkout@v4.1.0
+        uses: actions/checkout@v4.1.1
         with:
           fetch-depth: 0
       - name: Run Rat Check
@@ -104,7 +104,7 @@ jobs:
         with:
           distribution: temurin
           java-version: 8
-      - uses: actions/checkout@v4.1.0
+      - uses: actions/checkout@v4.1.1
       - name: Install Node.js
         uses: actions/setup-node@v3.8.1
         with:
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 2f336e9..abb767e 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -43,7 +43,7 @@ jobs:
         with:
           distribution: temurin
           java-version: 8
-      - uses: actions/checkout@v4.1.0
+      - uses: actions/checkout@v4.1.1
       - name: Install Node.js
         uses: actions/setup-node@v3.8.1
         with: