We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7342c3f commit dd0e707Copy full SHA for dd0e707
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
override: true
60
61
- name: Setup PostgreSQL
62
- uses: ikalnytskyi/action-setup-postgres@v1
+ uses: ikalnytskyi/action-setup-postgres@v6
63
64
- uses: actions-rs/cargo@v1
65
with:
.github/workflows/tests.yml
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
id: postgres
75
76
- name: Set ROCKET_DATABASE_URL
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
125
126
- run: |
0 commit comments