Quellcode durchsuchen

Bump actions/setup-node from 3.5.0 to 3.5.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.5.0...v3.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] vor 3 Jahren
Ursprung
Commit
b6af78fd2e
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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
 
@@ -47,7 +47,7 @@ jobs:
         fetch-depth: 0
 
     - name: Installing Node
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 16
 
@@ -144,7 +144,7 @@ jobs:
       if: matrix.build-arch != 'x64'
 
     - name: Install Node (x64)
-      uses: actions/[email protected].0
+      uses: actions/[email protected].1
       with:
         node-version: 16
       if: matrix.build-arch == 'x64'
@@ -293,7 +293,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: 16