summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-08 09:00:37 +0900
committerGitHub <noreply@github.com>2023-12-08 09:00:37 +0900
commitf80ae7f686dc5309f46c164b85227000a201126f (patch)
treebfc5328b06580f08bb0abb46c7fe53a9e81670b6 /.github
parentfix CONTRIBUTING.md (#12600) (diff)
downloadsharkey-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.yml2
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 }}"