diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 3aaf3814..4286cde2 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -35,7 +35,7 @@ jobs: steps: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true diff --git a/doc/changelog.d/345.miscellaneous.md b/doc/changelog.d/345.miscellaneous.md new file mode 100644 index 00000000..46138028 --- /dev/null +++ b/doc/changelog.d/345.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump actions/labeler from 5 to 6