Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 2 to 3 (#4880)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 9cfd03f commit 96c4c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Set up Node v14
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "14"
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-arm-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: Installing jsonlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-openapi-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Installing jsonlint
Expand Down

0 comments on commit 96c4c6f

Please sign in to comment.