Skip to content

Commit af846b2

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- 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 7d3b227 commit af846b2

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].1
108+
- uses: actions/[email protected].2
109109
with:
110110
path: ./rubies
111111
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)