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

shanedell 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 fd36689  Bump sbt/setup-sbt from 1.1.13 to 1.1.14
fd36689 is described below

commit fd366897b0ab7a2e74658cc12136657dafeaef49
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 23:35:57 2025 +0000

    Bump sbt/setup-sbt from 1.1.13 to 1.1.14
    
    Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.13 to 
1.1.14.
    - [Release notes](https://github.com/sbt/setup-sbt/releases)
    - 
[Commits](https://github.com/sbt/setup-sbt/compare/17575ea4e18dd928fe5968dbe32294b97923d65b...3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd)
    
    ---
    updated-dependencies:
    - dependency-name: sbt/setup-sbt
      dependency-version: 1.1.14
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/CI.yml      | 4 ++--
 .github/workflows/nightly.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 5a51a66..b9eed13 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -86,7 +86,7 @@ jobs:
           cache-dependency-path: yarn.lock
 
       - name: Setup sbt
-        uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1
+        uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1
 
       ############################################################
       # Lint/format checks
@@ -135,7 +135,7 @@ jobs:
 
       # some runner oses don't have sbt by default
       - name: Setup sbt
-        uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1
+        uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1
 
       - name: Install Node.js
         uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 0d63544..958fb5f 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -71,7 +71,7 @@ jobs:
 
       # some runner oses don't have sbt by default
       - name: Setup sbt
-        uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1
+        uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1
 
       ############################################################
       # Build & Package

Reply via email to