Skip to content

Commit

Permalink
chore(deps): bump shogo82148/actions-setup-redis from 1.35.1 to 1.37.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: shogo82148/actions-setup-redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent f9c0282 commit c873b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ jobs:
- name: Start Redis
if: ( github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true' ) && matrix.os != 'windows'
uses: shogo82148/actions-setup-redis@v1.35.1
uses: shogo82148/actions-setup-redis@v1.37.0

- name: Run unit tests
if: github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true'
Expand Down

0 comments on commit c873b57

Please sign in to comment.