From b9781645dd0fe23763e0a72495e971ccfafad7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:05:01 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes). Updates `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) Updates `apache/skywalking-eyes` from 07a607ff5b0759f5ed47306c865aac50fe9b3985 to b7f8b351c2db8005972712d7efc0a15484a15bcb - [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/07a607ff5b0759f5ed47306c865aac50fe9b3985...b7f8b351c2db8005972712d7efc0a15484a15bcb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: apache/skywalking-eyes dependency-version: b7f8b351c2db8005972712d7efc0a15484a15bcb dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-license-header.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix-license-header.yml b/.github/workflows/fix-license-header.yml index 838faf0..c6470b0 100644 --- a/.github/workflows/fix-license-header.yml +++ b/.github/workflows/fix-license-header.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -28,7 +28,7 @@ jobs: - name: Fix License Header # pin to include https://github.com/apache/skywalking-eyes/pull/168 - uses: apache/skywalking-eyes/header@07a607ff5b0759f5ed47306c865aac50fe9b3985 + uses: apache/skywalking-eyes/header@b7f8b351c2db8005972712d7efc0a15484a15bcb with: mode: fix