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

github.com/nextcloud/notes.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>2020-12-28 14:38:35 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-12-28 14:48:28 +0300
commit6d4cf66b893b2897ee861513fae33d84f583e45a (patch)
treebe0a99f4145ba5209c9725693fb1274790898306 /.github
parentb55b2c2122c0976300f63e25e5f9916edd21ae1a (diff)
Bump actions/setup-node from v1 to v2.1.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 54d7c2b4..021235e0 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2.1.4
- name: Set up Stylelint Problem Matcher
uses: xt0rted/stylelint-problem-matcher@v1
- name: Install Dependencies