Skip to content

Commit

Permalink
Bump the actions group with 2 updates (#701)
Browse files Browse the repository at this point in the history
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 44.0.0 to 44.3.0
- [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@v44.0.0...v44.3.0)

Updates `apache/skywalking-eyes` from 0.5.0 to 0.6.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.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 42ad6ef commit 43ae67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Get API changes
id: api-changed
uses: tj-actions/changed-files@v44.0.0
uses: tj-actions/changed-files@v44.3.0
with:
base_sha: 'HEAD~1'
sha: 'HEAD'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Fix License Header
uses: apache/skywalking-eyes/header@v0.5.0
uses: apache/skywalking-eyes/header@v0.6.0
with:
mode: fix

Expand Down

0 comments on commit 43ae67c

Please sign in to comment.