From: dependabot[bot] Date: Sat, 20 Jun 2026 21:12:31 +0000 (+0000) Subject: ci: bump actions/checkout from 6 to 7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d339e31768a7a9e984b7310ef6aec329e3e7a9e7;p=openwrt-packages.git ci: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 952bcbfbe..b7f9200ae 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: sync-labels: true - name: Checkout PR code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0