Skip to content

Commit a45e073

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump actions/cache from 4.0.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 275b3a6 commit a45e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/download-artifact@v4
106106
with:
107107
name: build-manifest
108-
- uses: actions/[email protected].0
108+
- uses: actions/[email protected].1
109109
with:
110110
path: ./rubies
111111
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)