Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix(deps): update major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 82f4b67 commit 19b8d7b
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install heroku
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
- name: Login Heroku
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Label used to access the service container
postgres:
# Docker Hub image
image: postgres:14.5
image: postgres:16.0
# Provide the password for postgres
env:
POSTGRES_DB: oipie_tests
Expand All @@ -39,7 +39,7 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pip install poetry==1.2.0
- name: Disable poetry virtualenv on GitHub Actions
Expand All @@ -64,13 +64,13 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build and push docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
postgres:
container_name: oipie
image: postgres:14.5
image: postgres:16.0
volumes:
- ./scripts/create-multiple-postgresql-databases.sh:/docker-entrypoint-initdb.d/99-oipie.sh
ports:
Expand Down
Loading

0 comments on commit 19b8d7b

Please sign in to comment.