Skip to content

Commit 632f05b

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#3400)
Bumps the github-actions group with 2 updates in the / directory: [rvben/rumdl](https://github.com/rvben/rumdl) and [actions/labeler](https://github.com/actions/labeler). Updates `rvben/rumdl` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/rvben/rumdl/releases) - [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md) - [Commits](rvben/rumdl@6fd01e7...e8c3029) Updates `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: rvben/rumdl dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7089965 commit 632f05b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
terraform_wrapper: false
6161
- run: make checkdocs
6262
- run: make validatedocs
63-
- uses: rvben/rumdl@6fd01e7192b3245aad5b6c4e62a1cea73d2e6fae # v0.1.88
63+
- uses: rvben/rumdl@e8c30294f7b713c7b1ffb11fb4b86e4e8b340b19 # v0.1.89
6464
with:
6565
path: ./docs
6666
report-type: annotations

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
shell: bash
1919
steps:
2020
- name: Run Labeler
21-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
21+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2222
with:
2323
sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR

0 commit comments

Comments
 (0)