Skip to content

Commit 77e047a

Browse files
chore(deps): update shogo82148/actions-setup-redis digest to cff708d (#5698)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shogo82148/actions-setup-redis](https://redirect.github.com/shogo82148/actions-setup-redis) | action | digest | `30eda5a` -> `cff708d` | --- ### 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/eggjs/egg). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5485c2 commit 77e047a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Start Redis (MacOS or Linux)
8282
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' }}
83-
uses: shogo82148/actions-setup-redis@30eda5a8d2b309c784b5dffcc0090f3442ee7f03 # v1
83+
uses: shogo82148/actions-setup-redis@cff708d63a30aebc0bfaa7276fb709d173f36cb6 # v1
8484
with:
8585
redis-version: '7'
8686
auto-start: 'true'

0 commit comments

Comments
 (0)