Skip to content

Commit 2f25e13

Browse files
committed
ci: update GitHub actions for Redis and MongoDB
- 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 <appleboy.tw@gmail.com>
1 parent 8ff78e1 commit 2f25e13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
steps:
2121
- name: Start Redis
22-
uses: supercharge/redis-github-action@1.4.0
22+
uses: supercharge/redis-github-action@1.8.0
2323
with:
2424
redis-version: 4
2525

2626
- name: Start MongoDB 4.2
27-
uses: supercharge/mongodb-github-action@1.8.0
27+
uses: supercharge/mongodb-github-action@1.11.0
2828
with:
2929
mongodb-version: 4.2
3030

0 commit comments

Comments
 (0)