Skip to content

Commit ca38161

Browse files
chore(deps): bump actions/cache from 4 to 5 in the actions-all group (#80)
Bumps the actions-all 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](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com>
1 parent 21c8fe0 commit ca38161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# SHA256, and cache it across runs.
5050
- name: Cache binaryen
5151
id: cache-binaryen
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
env:
5454
BINARYEN_VERSION: version_119
5555
with:

0 commit comments

Comments
 (0)