We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a65bb commit 5df13e2Copy full SHA for 5df13e2
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
--health-cmd pg_isready --health-interval 10s --health-timeout 5s
32
--health-retries 5
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
35
- name: Use Node.js
36
uses: actions/setup-node@v3
37
with:
0 commit comments