Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-11-04 10:35:16 +0300
committerGitHub <noreply@github.com>2020-11-04 10:35:16 +0300
commit88d9b6f528f285936dd5a7b79e09dc8fa4dfb109 (patch)
tree9d5e642305d3c26de9081218e9bf8e5a57a6dac9 /.github
parentc4315d221f9bb30538dc395fa9387e1f8c9892ee (diff)
use newest action version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/translations.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 254bdc8398..8af2363e38 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- - uses: shivammathur/setup-php@v1
+ - uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
- uses: actions/checkout@v2