Skip to content

Commit

Permalink
Merge pull request #548 from ruby/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.1.2

Bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
kateinoigakukun authored Nov 1, 2024
2 parents b060cc8 + 780cfc6 commit 4a29263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build-manifest
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.2
if: ${{ matrix.entry.rubies_cache_key != null }}
with:
path: ./rubies
Expand Down

0 comments on commit 4a29263

Please sign in to comment.