Skip to content

Commit

Permalink
Merge pull request #1999 from replicatedhq/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-2.3.0

Bump actions/setup-node from 2.2.0 to 2.3.0
  • Loading branch information
divolgin committed Jul 29, 2021
2 parents 3f6c83b + 7dd56bf commit 98c842e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:

- run: chmod +x bin/kots

- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: '10.x'

Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:

- run: chmod +x bin/kots

- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: '10.x'

Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:

- run: chmod +x bin/kots

- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: '10.x'

Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:

- run: chmod +x bin/kots

- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: '10.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kotsadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: '10'

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
run: echo ::set-output name=GIT_TAG::${GITHUB_REF/refs\/tags\//}

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: '10'

Expand Down

0 comments on commit 98c842e

Please sign in to comment.