Skip to content

Commit dd0e707

Browse files
committed
Bump the version of the ikalnytskyi/action-setup-postgres action
It looks like v1 no longer works on Mac OS images.
1 parent 7342c3f commit dd0e707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
override: true
6060

6161
- name: Setup PostgreSQL
62-
uses: ikalnytskyi/action-setup-postgres@v1
62+
uses: ikalnytskyi/action-setup-postgres@v6
6363

6464
- uses: actions-rs/cargo@v1
6565
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
override: true
7171

7272
- name: Setup PostgreSQL
73-
uses: ikalnytskyi/action-setup-postgres@v1
73+
uses: ikalnytskyi/action-setup-postgres@v6
7474
id: postgres
7575

7676
- name: Set ROCKET_DATABASE_URL
@@ -120,7 +120,7 @@ jobs:
120120
override: true
121121

122122
- name: Setup PostgreSQL
123-
uses: ikalnytskyi/action-setup-postgres@v1
123+
uses: ikalnytskyi/action-setup-postgres@v6
124124
id: postgres
125125

126126
- run: |

0 commit comments

Comments
 (0)