Skip to content

Commit

Permalink
Merge pull request #413 from credfeto/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/labeler-5

[Dependencies]: Bump actions/labeler from 4 to 5
  • Loading branch information
credfeto authored Dec 5, 2023
2 parents 7a03cbe + 8ec7260 commit d619f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: "Update PR Labels"
if: steps.open-pr.outputs.pr_number != ''
uses: actions/labeler@v4.3.0
uses: actions/labeler@v5
with:
repo-token: ${{secrets.SOURCE_PUSH_TOKEN}}
configuration-path: .github/labeler.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: ${{secrets.SOURCE_PUSH_TOKEN}}
configuration-path: .github/labeler.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: "Sync Labels"
if: steps.findPr.outputs.number == ''
uses: actions/labeler@v4.3.0
uses: actions/labeler@v5
with:
repo-token: ${{secrets.SOURCE_PUSH_TOKEN}}
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit d619f0d

Please sign in to comment.