Skip to content

Commit dcd6450

Browse files
⬆ Bump actions/labeler from 6.0.1 to 6.1.0
Bumps [actions/labeler](https://github.com/actions/labeler) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@634933e...f27b608) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39ecf9a commit dcd6450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 5
2121
steps:
22-
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
22+
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2323
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
2424
- run: echo "Done adding labels"
2525
# Run this after labeler applied labels

0 commit comments

Comments
 (0)