Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 2e06338 commit ee56e04
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 723 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
- uses: KengoTODA/actions-setup-docker-compose@v1.2.1
- uses: KengoTODA/actions-setup-docker-compose@v1.2.2
with:
version: '2.14.2'
- name: Run tests
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
- uses: KengoTODA/actions-setup-docker-compose@v1.2.1
- uses: KengoTODA/actions-setup-docker-compose@v1.2.2
with:
version: '2.14.2'
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
db:
image: postgres:16.2-alpine
image: postgres:16.3-alpine
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down
Loading

0 comments on commit ee56e04

Please sign in to comment.