diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3e51ade6a4e..71f5469f585 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: sync-labels: true diff --git a/changelog/unreleased/PR#4435-update-actions-labeler-action.yml b/changelog/unreleased/PR#4435-update-actions-labeler-action.yml new file mode 100644 index 00000000000..ae148b18c0f --- /dev/null +++ b/changelog/unreleased/PR#4435-update-actions-labeler-action.yml @@ -0,0 +1,7 @@ +title: Update actions/labeler action to v6.1.0 +type: dependency_update +authors: +- name: solrbot +links: +- name: PR#4435 + url: https://github.com/apache/solr/pull/4435