diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-11 22:11:40 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-12-11 22:11:51 +0000 |
| commit | 1fd479f906ac9df23e687aba4a6ec1e7b29b6acb (patch) | |
| tree | 39bac5ba325e4094ccaa5a422b0c0f9a8985ccc9 /.github | |
| parent | build(deps-dev): bump svelte in the nodejs-dependencies group (diff) | |
| download | locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.tar locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.tar.gz locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.tar.bz2 locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.tar.lz locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.tar.xz locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.tar.zst locusts-1fd479f906ac9df23e687aba4a6ec1e7b29b6acb.zip | |
build(deps): bump actions/cache from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache).
Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
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 '.github')
| -rw-r--r-- | .github/workflows/changesets.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/node.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 7fd96e9..6b130a9 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Cache turborepo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index c69da73..9b07635 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache turborepo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} |
