Skip to content

Commit

Permalink
Merge pull request #30 from rainstormy/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
spdiswal authored Dec 14, 2024
2 parents f650e56 + 157e399 commit 004d172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Restore build artifacts from the workflow cache
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
# A cache miss should never occur, as the `ci.yml` workflow should have built the project prior to this step.
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
#
- name: Skip if already built
id: skip-if-already-built
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
# If an exact cache hit occurs, another workflow run on this branch has already built the project in the current configuration, and we can skip the rest of the job.
# This is especially useful upon rebasing interactively.
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
#
- name: Skip if already verified
id: skip-if-already-verified
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
# If an exact cache hit occurs, another workflow run on this branch has already verified that the source code is clean in the current configuration, and we can skip the rest of the job.
# This is especially useful upon rebasing interactively.
Expand Down

0 comments on commit 004d172

Please sign in to comment.