diff --git a/.github/workflows/Labeler.yml b/.github/workflows/Labeler.yml index e194d553..6382515a 100644 --- a/.github/workflows/Labeler.yml +++ b/.github/workflows/Labeler.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Apply Labels Based on PR File Paths - uses: actions/labeler@v4 + uses: actions/labeler@v4.1.0 with: configuration-path: .github/workflows/label-issues/file-paths.yml repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -42,7 +42,7 @@ jobs: if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target' - name: Apply Labels Based on PR Messages - uses: github/issue-labeler@v2.5 + uses: github/issue-labeler@v3.1 with: configuration-path: .github/workflows/label-issues/regex-pull-requests.yml enable-versioned-regex: 0