Skip to content

Commit 4a29263

Browse files
Merge pull request #548 from ruby/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.0.2 to 4.1.2
2 parents b060cc8 + 780cfc6 commit 4a29263

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
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/download-artifact@v4
108108
with:
109109
name: build-manifest
110-
- uses: actions/cache@v4.0.2
110+
- uses: actions/cache@v4.1.2
111111
if: ${{ matrix.entry.rubies_cache_key != null }}
112112
with:
113113
path: ./rubies

0 commit comments

Comments
 (0)