Skip to content

Commit 9f8755e

Browse files
Bump the actions group with 2 updates (#742)
Bumps the actions group with 2 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes). Updates `tj-actions/changed-files` from 45.0.6 to 45.0.7 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v45.0.6...v45.0.7) Updates `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](apache/skywalking-eyes@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: apache/skywalking-eyes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3686229 commit 9f8755e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-api-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Get API changes
5454
id: api-changed
55-
uses: tj-actions/[email protected].6
55+
uses: tj-actions/[email protected].7
5656
with:
5757
base_sha: 'HEAD~1'
5858
sha: 'HEAD'

.github/workflows/license-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Fix License Header
25-
uses: apache/skywalking-eyes/header@v0.6.0
25+
uses: apache/skywalking-eyes/header@v0.7.0
2626
with:
2727
mode: fix
2828

0 commit comments

Comments
 (0)