aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-20 22:14:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-11-20 22:14:57 +0000
commit9e24113ea6964b328e7207ec95013d9f75109c3b (patch)
tree4cba6f3a532c70ffd5e216e8133719c99fa4afbe /.github/workflows/node.yml
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.gz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.bz2
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.lz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.xz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.zst
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.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 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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 361941c..c69da73 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@v5
+ - uses: actions/checkout@v6
- name: Cache turborepo
uses: actions/cache@v4
with: