This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 226d99d00 chore(deps): Bump the github-actions group with 6 updates
(#3723)
226d99d00 is described below
commit 226d99d003a93a2dbf06eb73a0cbc510d9f259ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 10:04:13 2026 +0200
chore(deps): Bump the github-actions group with 6 updates (#3723)
---
.github/workflows/_build_python_wheels.yml | 6 +++---
.github/workflows/_build_rust_artifacts.yml | 2 +-
.github/workflows/_common.yml | 6 +++---
.github/workflows/_test_examples.yml | 4 ++--
.github/workflows/coverage-baseline.yml | 10 +++++-----
.github/workflows/edge-release.yml | 2 +-
.github/workflows/post-merge.yml | 2 +-
.github/workflows/stale-prs.yml | 2 +-
8 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/_build_python_wheels.yml
b/.github/workflows/_build_python_wheels.yml
index 3a1ebaff1..b38951a16 100644
--- a/.github/workflows/_build_python_wheels.yml
+++ b/.github/workflows/_build_python_wheels.yml
@@ -83,7 +83,7 @@ jobs:
/tmp/copy-latest-from-master.sh apply
- name: Setup Python
- uses: actions/setup-python@v6
+ uses: actions/[email protected]
with:
python-version: "3.10"
@@ -145,7 +145,7 @@ jobs:
/tmp/copy-latest-from-master.sh apply
- name: Setup Python
- uses: actions/setup-python@v6
+ uses: actions/[email protected]
with:
python-version: "3.10"
@@ -207,7 +207,7 @@ jobs:
/tmp/copy-latest-from-master.sh apply
- name: Setup Python
- uses: actions/setup-python@v6
+ uses: actions/[email protected]
with:
python-version: "3.10"
architecture: x64
diff --git a/.github/workflows/_build_rust_artifacts.yml
b/.github/workflows/_build_rust_artifacts.yml
index 5dfe05514..a4101a2bf 100644
--- a/.github/workflows/_build_rust_artifacts.yml
+++ b/.github/workflows/_build_rust_artifacts.yml
@@ -109,7 +109,7 @@ jobs:
run: rustup target add ${{ matrix.target }}
- name: Setup Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: "22"
diff --git a/.github/workflows/_common.yml b/.github/workflows/_common.yml
index d1bc41424..294c021b7 100644
--- a/.github/workflows/_common.yml
+++ b/.github/workflows/_common.yml
@@ -58,7 +58,7 @@ jobs:
- uses: actions/[email protected]
- name: Install uv
- uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 #
v8.3.1
+ uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 #
v8.3.2
- name: Check uv.lock files are in sync with pyproject.toml
run: ./scripts/ci/uv-lock-check.sh --check
@@ -93,7 +93,7 @@ jobs:
run: echo "version=$(cat .github/config/hawkeye.version)" >>
"$GITHUB_OUTPUT"
- name: Install HawkEye
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: hawkeye@${{ steps.hawkeye-version.outputs.version }}
@@ -114,7 +114,7 @@ jobs:
- uses: actions/[email protected]
- name: Setup Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: "23"
diff --git a/.github/workflows/_test_examples.yml
b/.github/workflows/_test_examples.yml
index e8e82525d..12ce2bd9a 100644
--- a/.github/workflows/_test_examples.yml
+++ b/.github/workflows/_test_examples.yml
@@ -57,13 +57,13 @@ jobs:
- name: Setup Python
if: startsWith(inputs.component, 'examples-') && inputs.task ==
'examples-python'
- uses: actions/setup-python@v6
+ uses: actions/[email protected]
with:
python-version: "3.10"
- name: Setup uv
if: startsWith(inputs.component, 'examples-') && inputs.task ==
'examples-python'
- uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 #
v8.3.1
+ uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 #
v8.3.2
- name: Install PHP build dependencies
if: startsWith(inputs.component, 'examples-') && inputs.task ==
'examples-php'
diff --git a/.github/workflows/coverage-baseline.yml
b/.github/workflows/coverage-baseline.yml
index 12d8f3fd1..af3516c85 100644
--- a/.github/workflows/coverage-baseline.yml
+++ b/.github/workflows/coverage-baseline.yml
@@ -60,7 +60,7 @@ jobs:
free-disk-space-aggressive: "true"
- name: Install cargo-llvm-cov
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: cargo-llvm-cov
@@ -228,7 +228,7 @@ jobs:
- uses: actions/[email protected]
- name: Setup Python
- uses: actions/setup-python@v6
+ uses: actions/[email protected]
with:
python-version: "3.10"
@@ -238,12 +238,12 @@ jobs:
save-cache: "false"
- name: Install cargo-llvm-cov
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: cargo-llvm-cov
- name: Install uv
- uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 #
v8.3.1
+ uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 #
v8.3.2
- name: Install dependencies
run: |
@@ -342,7 +342,7 @@ jobs:
- uses: actions/[email protected]
- name: Setup Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: "23"
cache: "npm"
diff --git a/.github/workflows/edge-release.yml
b/.github/workflows/edge-release.yml
index 87b7eb3b8..87e7ca0a9 100644
--- a/.github/workflows/edge-release.yml
+++ b/.github/workflows/edge-release.yml
@@ -75,7 +75,7 @@ jobs:
fi
- name: Create edge pre-release
- uses: softprops/[email protected]
+ uses: softprops/[email protected]
with:
tag_name: edge
name: edge
diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml
index c85c453e9..63fa49d66 100644
--- a/.github/workflows/post-merge.yml
+++ b/.github/workflows/post-merge.yml
@@ -66,7 +66,7 @@ jobs:
# preinstalled cargo (rust-toolchain.toml pins 1.97.1) and skips the
# heavyweight build-cache restore.
- name: Install cargo-rail
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: cargo-rail
diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml
index 40303c992..4c597108c 100644
--- a/.github/workflows/stale-prs.yml
+++ b/.github/workflows/stale-prs.yml
@@ -29,7 +29,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
days-before-pr-stale: 7
days-before-pr-close: 7