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 4c66351 commit 77c8c14Copy full SHA for 77c8c14
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=3
60
61
62
63
64
- name: Set up Python ${{ matrix.python-version }}
65
uses: actions/setup-python@v4
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
- name: Install gettext
99
run: |
0 commit comments