Browse Source

Bump actions/setup-node from 2.5.0 to 2.5.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 4 years ago
parent
commit
b3af7184e7
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