diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-20 22:14:33 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-11-20 22:14:57 +0000 |
| commit | 9e24113ea6964b328e7207ec95013d9f75109c3b (patch) | |
| tree | 4cba6f3a532c70ffd5e216e8133719c99fa4afbe /.github/workflows/deno.yml | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
| download | locusts-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 '.github/workflows/deno.yml')
| -rw-r--r-- | .github/workflows/deno.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index edcd992..bde7aeb 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Deno uses: denoland/setup-deno@v2 with: |
