diff --git a/.github/workflows/process-label-actions.yml b/.github/workflows/process-label-actions.yml index 3210785e..19627bc0 100644 --- a/.github/workflows/process-label-actions.yml +++ b/.github/workflows/process-label-actions.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Process Label Action - uses: hramos/label-actions@v1 + uses: hramos/label-actions@v2 with: configuration-path: '.github/label-actions.yml' repo-token: ${{ secrets.GITHUB_TOKEN }}