Merge pull request #8656 from Eugeny/dependabot/github_actions/actions/setup-node-3.7.0

This commit is contained in:
Eugene
2023-08-03 10:22:25 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Installing Node - name: Installing Node
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
node-version: 16 node-version: 16
@@ -47,7 +47,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Installing Node - name: Installing Node
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
node-version: 16 node-version: 16
@@ -155,7 +155,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install Node - name: Install Node
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
node-version: 18 node-version: 18
@@ -345,7 +345,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Installing Node - name: Installing Node
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
node-version: 16 node-version: 16

View File

@@ -12,7 +12,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Installing Node - name: Installing Node
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
node-version: 16 node-version: 16