Skip to content

Commit 26a76b0

Browse files
chore(deps): bump shogo82148/actions-setup-redis from 1.37.0 to 1.38.0 (#975)
--- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 958faa8 commit 26a76b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ jobs:
632632
633633
- name: Start Redis
634634
if: ( github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true' ) && matrix.os != 'windows'
635-
uses: shogo82148/actions-setup-redis@v1.37.0
635+
uses: shogo82148/actions-setup-redis@v1.38.0
636636

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

0 commit comments

Comments
 (0)