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 dd72899 commit 5497ad3Copy full SHA for 5497ad3
.github/workflows/check-translations.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
19
- name: Install GNU gettext
20
run: sudo apt-get install gettext
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
96
needs: build-linux
97
98
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
99
with:
100
name: source-tarball
101
0 commit comments