Skip to content

Commit

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

Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0
  • Loading branch information
ChristophShyper committed Oct 24, 2022
2 parents 4459ff7 + e0e2c50 commit e1ed69d
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.0.0
uses: crazy-max/ghaction-github-labeler@v4.1.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.0.0
uses: crazy-max/ghaction-github-labeler@v4.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .tmp/labels.yml
Expand Down

0 comments on commit e1ed69d

Please sign in to comment.