Thanks to visit codestin.com Credit goes to github.com
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 ea671db commit 568f643Copy full SHA for 568f643
2 files changed
.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@v5
+ uses: actions/checkout@v6
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@v6
12
with:
13
python-version-file: '.python-version'
0 commit comments