Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit 2abbab6

Browse files
bump(deps): update actions/cache action to v3.0.11 (#128)
[![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://github.com/actions/cache) | action | patch | `v3.0.10` -> `v3.0.11` | --- ### Release Notes <details> <summary>actions/cache</summary> ### [`v3.0.11`](https://github.com/actions/cache/releases/tag/v3.0.11) [Compare Source](https://github.com/actions/cache/compare/v3.0.10...v3.0.11) #### What's Changed - Call out cache not saved on hit by [@&#8203;Phantsure](https://github.com/Phantsure) in [https://github.com/actions/cache/pull/946](https://github.com/actions/cache/pull/946) - Update [@&#8203;actions/core](https://github.com/actions/core) to 1.10.0 by [@&#8203;rentziass](https://github.com/rentziass) in [https://github.com/actions/cache/pull/950](https://github.com/actions/cache/pull/950) - Update cache to use [@&#8203;actions/core](https://github.com/actions/core)@&#8203;^1.10.0 by [@&#8203;pdotl](https://github.com/pdotl) in [https://github.com/actions/cache/pull/956](https://github.com/actions/cache/pull/956) #### New Contributors - [@&#8203;rentziass](https://github.com/rentziass) made their first contribution in [https://github.com/actions/cache/pull/950](https://github.com/actions/cache/pull/950) **Full Changelog**: actions/cache@v3...v3.0.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://app.renovatebot.com/dashboard#github/DeFiCh/metachain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjEifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a999cc commit 2abbab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
9797

98-
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # tag=v3.0.10
98+
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
9999
with:
100100
path: |
101101
~/.cargo/bin/

.github/workflows/release-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
2424

2525
- name: Cache
26-
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # tag=v3.0.10
26+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
2727
with:
2828
path: |
2929
~/.cargo/bin/

0 commit comments

Comments
 (0)