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 4a0648b commit 218dbe7Copy full SHA for 218dbe7
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
19
steps:
20
- name: Check out repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
- name: Install platform dependencies
23
run: |
24
sudo apt -y update
.github/workflows/static.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
10
11
- uses: actions/setup-python@v5
12
with:
13
python-version-file: '.python-version'
0 commit comments