Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #379 from BuxOrg/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…supercharge/redis-github-action-1.7.0

build(deps): bump supercharge/redis-github-action from 1.6.0 to 1.7.0
  • Loading branch information
mergify[bot] authored Sep 4, 2023
2 parents a35f761 + f2a6d8b commit 994a260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
go-version: 1.19
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: 6
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: 6
- name: Cache code
Expand Down

0 comments on commit 994a260

Please sign in to comment.