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 c9a650d commit ea3bb1fCopy full SHA for ea3bb1f
.github/workflows/cd.yml
@@ -29,7 +29,7 @@ jobs:
29
OTP_VERSION: 27.3.3
30
steps:
31
- uses: rlespinasse/[email protected]
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
- name: Cache deps
34
uses: actions/cache@v4
35
with:
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
# needed because the postgres container does not provide a healthcheck
38
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
39
40
41
42
43
0 commit comments