commit 8fe1152b926a8fdf5c0b68c2bcbbb004b3f0812b
parent 3a504f8e97b22a31f9615777a83fd11b17d8226a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 29 Aug 2026 07:18:08 +0000
chore(deps): bump actions/checkout from 4 to 7 [skip ci]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml
@@ -21,7 +21,7 @@ jobs:
echo "value=${{ inputs.release_tag || 'apk-latest' }}" >> "$GITHUB_OUTPUT"
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
- name: Setup Node
uses: actions/setup-node@v4