Skip to content

Commit 0653a25

Browse files
committedJan 25, 2024
Merge #1486: ci: Update cache action
94a14d5 ci: Update cache action (Hennadii Stepanov) Pull request description: This PR fixes deprecation warnings for Node.js 16 actions in the GHA CI. See: - https://github.com/marketplace/actions/cache - https://github.com/actions/cache/releases/tag/v4.0.0 ACKs for top commit: real-or-random: ACK 94a14d5 thanks! Tree-SHA512: 6f520908aaadf179955255a2b3a93c2cb96f23cf3a9d00a53b3ae635007983337f1a768cb6039e0e0b1bc9630930b143dd1c650f366185fd20727ab97221519b
2 parents 2483627 + 94a14d5 commit 0653a25

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/install-homebrew-valgrind

1 file changed

+1
-1
lines changed
 

‎.github/actions/install-homebrew-valgrind/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
cat valgrind_fingerprint
1717
shell: bash
1818
19-
- uses: actions/cache@v3
19+
- uses: actions/cache@v4
2020
id: cache
2121
with:
2222
path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }}

0 commit comments

Comments
 (0)
Please sign in to comment.