File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ updates:
13
13
# - dependency-name: actions/checkout
14
14
# - dependency-name: actions/setup-go
15
15
# - dependency-name: actions/setup-python
16
+ # - dependency-name: crazy-max/ghaction-github-labeler
16
17
# - dependency-name: hashicorp/setup-terraform
17
18
# - dependency-name: mxschmitt/action-tmate
18
19
package-ecosystem : github-actions
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
- name : Sync repository labels
24
24
if : success()
25
- uses : crazy-max/ghaction-github-labeler@v4
25
+ uses : crazy-max/ghaction-github-labeler@v5
26
26
with :
27
27
# This is a hideous ternary equivalent so we only do a dry run unless
28
28
# this workflow is triggered by the develop branch.
You can’t perform that action at this time.
0 commit comments