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 ce159cb commit dcc6212Copy full SHA for dcc6212
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- 5432:5432
29
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
with:
33
fetch-depth: 0 # fetch all history
34
@@ -76,7 +76,7 @@ jobs:
76
runs-on: ubuntu-22.04
77
if: startsWith(github.ref, 'refs/tags/')
78
79
80
81
- uses: actions/setup-python@v5
82
0 commit comments