Skip to content

Commit

Permalink
Bump actions/setup-node from 1 to 2.3.1 (#2465)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.3.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 4, 2021
1 parent 3f764f1 commit 3299ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ jobs:
driver: docker
- name: setup docker-compose
run: sudo ./ci/github/helpers/setup_docker_compose.bash ${{ matrix.docker_compose }} ${{ matrix.docker_compose_sha }}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.3.1
with:
node-version: ${{ matrix.node }}
- name: show system version
Expand Down Expand Up @@ -2187,7 +2187,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.3.1
with:
node-version: ${{ matrix.node }}
- name: show system version
Expand Down

0 comments on commit 3299ea6

Please sign in to comment.