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 3d5dc30 commit 3c24012Copy full SHA for 3c24012
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
- name: Set up Python
27
uses: actions/setup-python@v5
28
with:
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=3
63
64
65
66
67
- name: Set up Python ${{ matrix.python-version }}
68
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
- name: Install gettext
103
run: |
0 commit comments