This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-orbit.git
The following commit(s) were added to refs/heads/main by this push:
new b3ab6cf5 Bump the github-actions-dependencies group across 1 directory
with 3 updates (#89)
b3ab6cf5 is described below
commit b3ab6cf54968633221791e34951cb82490d63bab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 18 16:20:23 2026 +0200
Bump the github-actions-dependencies group across 1 directory with 3
updates (#89)
---
.github/workflows/docker-build.yml | 2 +-
.github/workflows/docs-lint.yml | 2 +-
.github/workflows/unit-test.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/docker-build.yml
b/.github/workflows/docker-build.yml
index 88f757b0..999293f1 100644
--- a/.github/workflows/docker-build.yml
+++ b/.github/workflows/docker-build.yml
@@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
- name: Set up QEMU
- uses:
docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
+ uses:
docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0
# Workaround for a memory allocation layout bug in QEMU,
# triggered by a kernel update to Linux machine images.
# Note that this is not an actual fix.
diff --git a/.github/workflows/docs-lint.yml b/.github/workflows/docs-lint.yml
index 7ad7d238..f88350c9 100644
--- a/.github/workflows/docs-lint.yml
+++ b/.github/workflows/docs-lint.yml
@@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
- name: Setup Ruby
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1
+ uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1
with:
ruby-version: "3.3"
bundler-cache: true
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 8e47f145..314999cd 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
- name: Install uv
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 #
v8.2.0
+ uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 #
v10.1.0
with:
version: "0.11.32"
enable-cache: true