Skip to content

Commit cc32ea1

Browse files
committed
fix: Bad validation in out of date labels.yml dependency
1 parent ae706ce commit cc32ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labels.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
steps:
1818
- uses: actions/checkout@v6
19-
- uses: dessant/label-actions@v4
19+
- uses: dessant/label-actions@v5
2020
with:
2121
config-path: .github/labels.yml
2222
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)