Skip to content

Commit 3ca2dcd

Browse files
chore(deps): update actions/labeler action to v7
1 parent 204ada8 commit 3ca2dcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/label-pull-requests-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: (github.actor != 'dependabot[bot]')
1818
steps:
19-
- uses: actions/labeler@v6
19+
- uses: actions/labeler@v7
2020
with:
2121
sync-labels: false
2222
# Output of gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq ".[].number"

.github/workflows/label-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: (github.actor != 'dependabot[bot]')
1515
steps:
16-
- uses: actions/labeler@v6
16+
- uses: actions/labeler@v7
1717
with:
1818
sync-labels: false

0 commit comments

Comments
 (0)