diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 06:35:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-08-12 06:35:15 +0000 |
| commit | f015af3884b0c06e1fe941e7f09d60ce1b85b2dc (patch) | |
| tree | 420aea8329954822fcbf22b269bdec8ba7eccf81 /.github/workflows/node.yml | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 4 updates (diff) | |
| download | locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.gz locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.bz2 locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.lz locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.xz locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.zst locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.zip | |
build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions 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: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/node.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 03cac87..dc03804 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -30,7 +30,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache turborepo uses: actions/cache@v4 with: |
