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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-28 04:05:52 +0300
committerGitHub <noreply@github.com>2021-09-28 04:05:52 +0300
commit9de92aefd97914f1ebb354b360b6052948101178 (patch)
tree2aedc22ac0668365d042ccd8b916f2f12480feb3 /.github
parentf1e6d743362b72c13e8c24a49fb532bf965e987c (diff)
Bump actions/setup-node from 2.4.0 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/package.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f72f00efe..4ccee931f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.4.0
+ uses: actions/setup-node@v2.4.1
with:
node-version: 14.x
- name: npm install
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 1a2596599..1e84082d1 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.4.0
+ uses: actions/setup-node@v2.4.1
with:
node-version: 14.x
- name: Set up php$
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cc738453b..d37244aac 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -150,7 +150,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.4.0
+ uses: actions/setup-node@v2.4.1
with:
node-version: 12.x
- name: npm install