Skip to content

Commit

Permalink
Update redis Docker tag to v7.2.7 (3.4) (#1207)
Browse files Browse the repository at this point in the history
* Update redis Docker tag to v7.2.7

* Upgrade actions/upload-artifact

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
  • Loading branch information
renovate[bot] and sbrunner authored Feb 4, 2025
1 parent 9229518 commit ca7baab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: make tests
env:
PRIVATE_SSH_KEY: ${{secrets.PRIVATE_SSH_KEY}}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: results
path: results
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Acceptance
run: make acceptance
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: acceptance
path: acceptance_tests/results
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
hostname: slave-file

redis:
image: redis:7.2.6
image: redis:7.2.7
mem_limit: 64m
command: redis-server --save "" --appendonly no

Expand Down

0 comments on commit ca7baab

Please sign in to comment.