Skip to content

Commit 1ca024f

Browse files
build(deps): bump actions/cache from 4.2.3 to 4.2.4 (#1995)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 003be97 commit 1ca024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: staticcheck cache
9595
id: staticcheck-cache
96-
uses: actions/cache@v4.2.3
96+
uses: actions/cache@v4.2.4
9797
with:
9898
path: ~/.cache/staticcheck
9999
key: "${{ steps.get-staticcheck-version.outputs.version }}"

0 commit comments

Comments
 (0)