Browse Source

Merge pull request #5325 from Eugeny/dependabot/github_actions/actions/setup-node-2.5.1

Eugeny 4 years ago
parent
commit
5f81a47db9
2 changed files with 5 additions and 5 deletions
  1. 4 4
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/docs.yml

+ 4 - 4
.github/workflows/build.yml

@@ -11,7 +11,7 @@ jobs:
         fetch-depth: 0
 
     - name: Installing Node
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 16
 
@@ -46,7 +46,7 @@ jobs:
         fetch-depth: 0
 
     - name: Installing Node
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 16
 
@@ -139,7 +139,7 @@ jobs:
         fetch-depth: 0
 
     - name: Install Node
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 16
 
@@ -253,7 +253,7 @@ jobs:
         fetch-depth: 0
 
     - name: Installing Node
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 16
 

+ 1 - 1
.github/workflows/docs.yml

@@ -12,7 +12,7 @@ jobs:
         fetch-depth: 0
 
     - name: Installing Node
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 14