Skip to content

Commit 7667e13

Browse files
Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 (#40)
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-version: 6.0.0 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>
1 parent 00ef781 commit 7667e13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PUSH-MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
2121
2222
- name: Update labels
23-
uses: crazy-max/ghaction-github-labeler@v5.3.0
23+
uses: crazy-max/ghaction-github-labeler@v6.0.0
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
yaml-file: .tmp/labels.yml

.github/workflows/PUSH-OTHER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
2222
2323
- name: Update labels - dry run
24-
uses: crazy-max/ghaction-github-labeler@v5.3.0
24+
uses: crazy-max/ghaction-github-labeler@v6.0.0
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
yaml-file: .tmp/labels.yml

0 commit comments

Comments
 (0)