Skip to content

Commit

Permalink
⬆️ (dependencies): Update actions/cache action to v4.0.2 (#62)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | patch |
`v4.0.0` -> `v4.0.2` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/cache/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/cache)
|

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

###
[`v4.0.2`](https://togithub.com/actions/cache/compare/v4.0.1...v4.0.2)

[Compare
Source](https://togithub.com/actions/cache/compare/v4.0.1...v4.0.2)

### [`v4.0.1`](https://togithub.com/actions/cache/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/actions/cache/compare/v4.0.0...v4.0.1)

##### What's Changed

- Update README.md by
[@&#8203;yacaovsnc](https://togithub.com/yacaovsnc) in
[https://github.com/actions/cache/pull/1304](https://togithub.com/actions/cache/pull/1304)
- Update examples by [@&#8203;yacaovsnc](https://togithub.com/yacaovsnc)
in
[https://github.com/actions/cache/pull/1305](https://togithub.com/actions/cache/pull/1305)
- Update actions/cache publish flow by
[@&#8203;bethanyj28](https://togithub.com/bethanyj28) in
[https://github.com/actions/cache/pull/1340](https://togithub.com/actions/cache/pull/1340)
- Update [@&#8203;actions/cache](https://togithub.com/actions/cache) by
[@&#8203;bethanyj28](https://togithub.com/bethanyj28) in
[https://github.com/actions/cache/pull/1341](https://togithub.com/actions/cache/pull/1341)

##### New Contributors

- [@&#8203;yacaovsnc](https://togithub.com/yacaovsnc) made their first
contribution in
[https://github.com/actions/cache/pull/1304](https://togithub.com/actions/cache/pull/1304)

**Full Changelog**: actions/cache@v4...v4.0.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chezmoi-sh/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored and xunleii committed May 19, 2024
2 parents fd96396 + 20ebbee commit 47a0c8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_group,pull_request.apps.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

# Install all required tools or restore them if the cache already exists
- uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
- uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: restore-asdf
with:
path: ${{ env.ASDF_DIR }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
- uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ${{ env.ASDF_DIR }}
key: asdf-vm-${{ hashFiles('.tool-versions') }}
Expand All @@ -39,7 +39,7 @@ jobs:
permissions: {}
needs: refresh_cache
steps:
- uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
- uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
fail-on-cache-miss: true
key: asdf-vm-${{ hashFiles('.tool-versions') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_call.docker.validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Install all required tools or restore them if the cache already exists
- uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
- uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: restore-asdf
with:
path: ${{ env.ASDF_DIR }}
Expand Down

0 comments on commit 47a0c8a

Please sign in to comment.