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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-10-09 15:17:14 +0300
committerdartcafe <github@dartcafe.de>2021-10-09 15:17:14 +0300
commit08d72c3ed0a9be1720d25db69a2513dd9c8c84f3 (patch)
treeaa0d2bea3f90e59a9ffc16e96c2d9f90af4fc985
parent576e083b0faf745be771dd4a8fb575aab867467c (diff)
update to actions/checkout@v2
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 46bb96f7..2342e41d 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -13,7 +13,7 @@ jobs:
npm-version: [7]
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with: