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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-12-16 13:15:26 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-17 17:15:38 +0300
commitb0b87588ca0ebb91b7b1138c4dd5a361cfcc5336 (patch)
treee5f2d91fc0748ef18a09744db6de9e9f4d651dd8 /.github
parent7e92571f36125a373d7a6dac704b1b753ed72c2f (diff)
Fix versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml8
-rw-r--r--.github/workflows/psalm.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index cd5a2ddaa..335192674 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
@@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up php
- uses: shivammathur/setup-php@master
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
@@ -66,7 +66,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
@@ -88,7 +88,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 1d62fe4ac..7248ad6e8 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@master
- name: Set up php
- uses: shivammathur/setup-php@master
+ uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index af8f4b656..731197406 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci