diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-19 08:49:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 08:49:26 -0500 |
| commit | 33038cdc0d2d78e3f0b7cf5e9e134a1eaeba3f7d (patch) | |
| tree | c2ae199e438505ecf389fb9b9a9e8c0042081b29 | |
| parent | 483af656e6ec51ff1263743eb4957d7d70e6c51f (diff) | |
Build(deps): Bump actions/labeler from 4 to 5 (#1934)
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>
| -rw-r--r-- | .github/workflows/label.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 12fc3293..91c4adb3 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.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 }}" |
