This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new eab36e2 build(deps): bump apache/skywalking-eyes from 0.6.0 to 0.7.0
(#300)
eab36e2 is described below
commit eab36e2d3ea39372c52d2bf6fe41c9aa406c0bea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 15:19:34 2025 -0600
build(deps): bump apache/skywalking-eyes from 0.6.0 to 0.7.0 (#300)
Bumps [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes)
from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/apache/skywalking-eyes/releases)
-
[Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md)
-
[Commits](https://github.com/apache/skywalking-eyes/compare/v0.6.0...v0.7.0)
---
updated-dependencies:
- dependency-name: apache/skywalking-eyes
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/code.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml
index b34ce4f..9923c57 100644
--- a/.github/workflows/code.yml
+++ b/.github/workflows/code.yml
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check license header
- uses: apache/skywalking-eyes/[email protected]
+ uses: apache/skywalking-eyes/[email protected]
- name: Check rust code style
run: make check-rust