diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-21 04:12:32 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-11-21 04:13:09 +0000 |
| commit | 2792cff20a7af419c897c76f5f7f4f8471445bcb (patch) | |
| tree | 8237f08d3e7e9f8925e093314cc4d4743c8282cd /.github/workflows/build.yaml | |
| parent | Bump vite in the npm_and_yarn group across 1 directory (diff) | |
| download | zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.tar zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.tar.gz zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.tar.bz2 zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.tar.lz zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.tar.xz zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.tar.zst zorascript-2792cff20a7af419c897c76f5f7f4f8471445bcb.zip | |
Bumps the gha-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 5 to 6
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gha-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/build.yaml')
| -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 709275e..72c7e82 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@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: |
