This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-releases-client.git
The following commit(s) were added to refs/heads/main by this push:
new 448d7a0 Bump actions/checkout from 4.3.0 to 6.0.2
448d7a0 is described below
commit 448d7a061d4d8c686e8ed8a80de7d5cda5f19512
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 17:01:27 2026 +0000
Bump actions/checkout from 4.3.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to
6.0.2.
- [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.3.0...de0fac2e4500dabe0009e67214ff5f5447ce83dd)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/analyze.yml | 2 +-
.github/workflows/build_wheels.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 7e2b99a..799eee5 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -20,7 +20,7 @@ jobs:
python-version:
- '3.13'
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #
v6.2.0
diff --git a/.github/workflows/build_wheels.yml
b/.github/workflows/build_wheels.yml
index 1f4e0e7..19bfae4 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.runs_on }}
container: ${{ matrix.image }}
steps:
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #
v4.3.0
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- run: uv build --sdist --wheel
@@ -27,7 +27,7 @@ jobs:
macos-aarch64:
runs-on: macos-14
steps:
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #
v4.3.0
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc #
v6.4.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]