diff options
author | 2025-09-05 02:06:20 +0000 | |
---|---|---|
committer | 2025-09-05 02:06:20 +0000 | |
commit | 1503471fe50ea5a296be68c9342377541ba59cb6 (patch) | |
tree | 7273e64350b54570b1c564ed9dc77ccb350d33b3 | |
parent | Update sir-robin environment (diff) |
Bump actions/labeler from 5 to 6dependabot/github_actions/actions/labeler-6
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
-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 e57cd86..16dbac1 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 |