Skip to content

Commit 095214d

Browse files
authored
Merge pull request #378 from ruby/dependabot/github_actions/actions/cache-4.0.0
Bump actions/cache from 3.3.2 to 4.0.0
2 parents 5161477 + 5e49d46 commit 095214d

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
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/download-artifact@v4
105105
with:
106106
name: build-manifest
107-
- uses: actions/cache@v3.3.2
107+
- uses: actions/cache@v4.0.0
108108
with:
109109
path: ./rubies
110110
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)