Skip to content

Commit 5497ad3

Browse files
committed
Fix GitHub Actions deprecation warnings
1 parent dd72899 commit 5497ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818

1919
- name: Install GNU gettext
2020
run: sudo apt-get install gettext

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
needs: build-linux
9797
steps:
98-
- uses: actions/download-artifact@v2
98+
- uses: actions/download-artifact@v3
9999
with:
100100
name: source-tarball
101101

0 commit comments

Comments
 (0)