Skip to content

Commit 982a9cb

Browse files
authored
Update README example to use syntax for @V3 (#109)
The syntax example on the README was updated for v3, but had the action docker tag of v2 still (forgive me if I'm misunderstanding something, though) Thanks for your time and all you do 👍
1 parent 084e1d2 commit 982a9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
-
7070
name: Run Labeler
7171
if: success()
72-
uses: crazy-max/ghaction-github-labeler@v2
72+
uses: crazy-max/ghaction-github-labeler@v3
7373
with:
7474
github-token: ${{ secrets.GITHUB_TOKEN }}
7575
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)