This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new b5744ae chore(deps): bump actions/checkout from 4 to 6 (#181)
b5744ae is described below
commit b5744ae1d4d9d4f23546b2ef454967646e4b3159
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:44:24 2026 +0800
chore(deps): bump actions/checkout from 4 to 6 (#181)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [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...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 8 ++++----
.github/workflows/release-go-binding.yml | 6 +++---
.github/workflows/release-rust.yml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7aa1232..bd04db0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Validate .asf.yaml
run: python3 scripts/validate_asf_yaml.py
@@ -64,7 +64,7 @@ jobs:
- macos-latest
- windows-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Build
run: cargo build
@@ -77,7 +77,7 @@ jobs:
- macos-latest
- windows-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Test
run: cargo test -p paimon --all-targets
@@ -88,7 +88,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Start Docker containers
run: make docker-up
diff --git a/.github/workflows/release-go-binding.yml
b/.github/workflows/release-go-binding.yml
index c824090..9ea5d79 100644
--- a/.github/workflows/release-go-binding.yml
+++ b/.github/workflows/release-go-binding.yml
@@ -47,7 +47,7 @@ jobs:
tag: ${{ steps.meta.outputs.tag }}
source_sha: ${{ steps.meta.outputs.source_sha }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ inputs.source_ref || github.sha }}
@@ -111,7 +111,7 @@ jobs:
expected_file: libpaimon_c.darwin.arm64.dylib.zst
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
ref: ${{ needs.validate.outputs.source_sha }}
@@ -152,7 +152,7 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ needs.validate.outputs.source_sha }}
diff --git a/.github/workflows/release-rust.yml
b/.github/workflows/release-rust.yml
index db74542..c433de2 100644
--- a/.github/workflows/release-rust.yml
+++ b/.github/workflows/release-rust.yml
@@ -47,7 +47,7 @@ jobs:
- paimon
- paimon-datafusion
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable