From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:55:16 +0000 (+0200) Subject: ⬆ Bump actions/labeler from 5 to 6 (#1549) X-Git-Tag: 0.0.25~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94f1df2ebd16b17d967fc59241d6826b0bf56ce1;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Bump actions/labeler from 5 to 6 (#1549) Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e8e58015..7aeb448e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }} - run: echo "Done adding labels" # Run this after labeler applied labels