]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump actions/checkout from 4.2.2 to 5.0.0 2080/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 28 Sep 2025 10:05:03 +0000 (10:05 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Sep 2025 10:05:03 +0000 (10:05 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [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/v4.2.2...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/docker-on-push-tag-or-pr.yaml

index c27e80652f19a569d14580c7342c6aee6db5e963..b950edf9d377067f1b108bc1431bb04499a0b78a 100644 (file)
@@ -65,7 +65,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.8.0
 
       - name: Checkout shairport sync repo
-        uses: actions/checkout@v4.2.2
+        uses: actions/checkout@v5.0.0
         with:
           fetch-depth: 0