diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 6f0b1ec3..f3e0ea48 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -42,7 +42,7 @@ jobs: TZ: "Europe/Moscow" services: postgres: - image: postgres:13.19 + image: postgres:13.20 env: POSTGRES_USER: almazilaletdinov POSTGRES_DB: postgres diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 957b15da..698aa1bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-24.04 services: postgres: - image: postgres:13.19 + image: postgres:13.20 env: POSTGRES_USER: almazilaletdinov POSTGRES_DB: postgres diff --git a/.github/workflows/weekly-check.yml b/.github/workflows/weekly-check.yml index f7a8f3ff..0a127f86 100644 --- a/.github/workflows/weekly-check.yml +++ b/.github/workflows/weekly-check.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 services: postgres: - image: postgres:13.19 + image: postgres:13.20 env: POSTGRES_USER: almazilaletdinov POSTGRES_DB: postgres