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 d520fd7 commit 6c45510Copy full SHA for 6c45510
.github/workflows/i18n.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
19
- name: Checkout Repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Set up Python
23
uses: actions/setup-python@v5
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
django-version: '5.1'
26
27
28
29
30
- name: Set up Python ${{ matrix.python-version }}
31
0 commit comments