Browse Source

Correct labeler version (#10704)

Lauri Tulmin 1 year ago
parent
commit
dc70ad9740
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/label.yml

+ 1 - 1
.github/workflows/label.yml

@@ -10,6 +10,6 @@ jobs:
       pull-requests: write
 
     steps:
-    - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # 5.0.0
+    - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"