Skip to content

Commit

Permalink
Merge pull request #7608 from ampproject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-3.8.1

Bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
westonruter authored Sep 2, 2023
2 parents 9bfb5b4 + 7e120af commit 402d561
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand All @@ -119,7 +119,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
php-version: '8.0'

- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
- name: Setup Node
if: needs.pre-run.outputs.changed-php-count > 0
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -689,7 +689,7 @@ jobs:
done
- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -789,7 +789,7 @@ jobs:
php-version: '7.0'

- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down

0 comments on commit 402d561

Please sign in to comment.