diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 12:11:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-08-12 12:12:18 +0000 |
commit | 501c60f42900f64cdd3870b583954d0f83f7ea24 (patch) | |
tree | 1745f747818c450c78be92333dcfe97b6a90378d | |
parent | Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 in the gha-deps group (diff) | |
download | zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.tar zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.tar.gz zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.tar.bz2 zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.tar.lz zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.tar.xz zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.tar.zst zorascript-501c60f42900f64cdd3870b583954d0f83f7ea24.zip |
Bump actions/checkout from 4 to 5 in the gha-deps group
Bumps the gha-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 4 to 5
- [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...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gha-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 930fba3..ce79bf5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: |