Skip to content

Commit

Permalink
Update actions/cache action to v4 (#290)
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 |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.0` |

---

### Release Notes

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

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

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

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</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/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] committed Jan 17, 2024
2 parents 903c5e4 + caadb05 commit c866d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
pip3 install --disable-pip-version-check --progress-bar off 'poetry'
- name: Cache dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
Expand Down

0 comments on commit c866d5d

Please sign in to comment.