Skip to content

Commit

Permalink
ci: update GitHub actions for Redis and MongoDB
Browse files Browse the repository at this point in the history
- Update Redis GitHub action from version 1.4.0 to 1.8.0
- Update MongoDB GitHub action from version 1.8.0 to 1.11.0

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 26, 2024
1 parent 8ff78e1 commit 2f25e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- name: Start Redis
uses: supercharge/redis-github-action@1.4.0
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 4

- name: Start MongoDB 4.2
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: 4.2

Expand Down

0 comments on commit 2f25e13

Please sign in to comment.