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 7d66efd commit 0088a23Copy full SHA for 0088a23
.github/workflows/gettext.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Clone repository
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
with:
15
token: ${{ secrets.GIT_USER_TOKEN }}
16
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
- name: Checkout
25
26
27
- name: Install Dependencies
28
run: |
0 commit comments