Conversation
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the actions/cache GitHub Action to a newer version across all workflow files that use it, maintaining consistent version pinning via commit SHA.
Changes:
- Updated
actions/cacheSHA from8b402f58fbc84540c8b491a91e594a4576fec3d7tocdf6c1fa76f9f475f3d7449005a359c84ca0f306across all affected workflow files
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/windows.yml |
Updated actions/cache SHA for Windows build dependency caching |
.github/workflows/osx.yml |
Updated actions/cache SHA for macOS build dependency caching (2 instances) |
.github/workflows/linux.yml |
Updated actions/cache SHA for Linux build dependency caching |
.github/workflows/linux-package.yml |
Updated actions/cache SHA for Linux package build dependency caching |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Updated actions/cache to the latest pinned version across Linux, macOS, and Windows workflows to keep CI secure and consistent. No workflow logic changed; only the cache action reference was bumped.
Written for commit a4993d2. Summary will update on new commits.