diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-08 09:00:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 09:00:37 +0900 |
| commit | f80ae7f686dc5309f46c164b85227000a201126f (patch) | |
| tree | bfc5328b06580f08bb0abb46c7fe53a9e81670b6 /.github | |
| parent | fix CONTRIBUTING.md (#12600) (diff) | |
| download | sharkey-f80ae7f686dc5309f46c164b85227000a201126f.tar.gz sharkey-f80ae7f686dc5309f46c164b85227000a201126f.tar.bz2 sharkey-f80ae7f686dc5309f46c164b85227000a201126f.zip | |
chore(deps): bump actions/labeler from 4 to 5 (#12584)
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fa4a58c3a9..88e2aceaed 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,6 +11,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" |