Skip to content

Commit

Permalink
Merge pull request #129 from devops-infra/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…razy-max/ghaction-github-labeler-4.2.0

Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0
  • Loading branch information
ChristophShyper committed Sep 4, 2023
2 parents d6c4e57 + 717a38b commit 94cacff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
- name: Update labels
uses: crazy-max/ghaction-github-labeler@v4.1.0
uses: crazy-max/ghaction-github-labeler@v4.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .tmp/labels.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
- name: Update labels - dry run
uses: crazy-max/ghaction-github-labeler@v4.1.0
uses: crazy-max/ghaction-github-labeler@v4.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .tmp/labels.yml
Expand Down

0 comments on commit 94cacff

Please sign in to comment.