diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-02 00:15:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 00:15:49 -0400 |
| commit | 515453c607f09fe0bd1be10b38a1a0e9fef7d75f (patch) | |
| tree | 12ed74ce12d8a169a3571933c259a0ab852d9c5c | |
| parent | 455a9664b4e82aefb6ccdbc0cd05db2f30ef35af (diff) | |
| download | anubis-515453c607f09fe0bd1be10b38a1a0e9fef7d75f.tar.xz anubis-515453c607f09fe0bd1be10b38a1a0e9fef7d75f.zip | |
build(deps): bump actions/cache from 3 to 4 in the github-actions group (#198)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache).
Updates `actions/cache` from 3 to 4
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3c333dd..0be7b37 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -59,7 +59,7 @@ jobs: ${{ runner.os }}-golang- - name: Cache playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-cache with: path: | |
