Procházet zdrojové kódy

Bump actions/setup-node from 2.2.0 to 2.4.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] před 4 roky
rodič
revize
0471fcec15
2 změnil soubory, kde provedl 5 přidání a 5 odebrání
  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
         fetch-depth: 0
 
 
     - name: Installing Node
     - name: Installing Node
-      uses: actions/setup-node@v2.2.0
+      uses: actions/setup-node@v2.4.0
       with:
       with:
         node-version: 14
         node-version: 14
 
 
@@ -46,7 +46,7 @@ jobs:
         fetch-depth: 0
         fetch-depth: 0
 
 
     - name: Installing Node
     - name: Installing Node
-      uses: actions/setup-node@v2.2.0
+      uses: actions/setup-node@v2.4.0
       with:
       with:
         node-version: 14
         node-version: 14
 
 
@@ -139,7 +139,7 @@ jobs:
         fetch-depth: 0
         fetch-depth: 0
 
 
     - name: Install Node
     - name: Install Node
-      uses: actions/setup-node@v2.2.0
+      uses: actions/setup-node@v2.4.0
       with:
       with:
         node-version: 14
         node-version: 14
 
 
@@ -245,7 +245,7 @@ jobs:
         fetch-depth: 0
         fetch-depth: 0
 
 
     - name: Installing Node
     - name: Installing Node
-      uses: actions/setup-node@v2.2.0
+      uses: actions/setup-node@v2.4.0
       with:
       with:
         node-version: 14
         node-version: 14
 
 

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

@@ -12,7 +12,7 @@ jobs:
         fetch-depth: 0
         fetch-depth: 0
 
 
     - name: Installing Node
     - name: Installing Node
-      uses: actions/setup-node@v2.2.0
+      uses: actions/setup-node@v2.4.0
       with:
       with:
         node-version: 14
         node-version: 14