Skip to content

Commit

Permalink
Bump actions/setup-node from 3.4.0 to 3.4.1 (#3196) [skip ci]
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pedro Crespo-Valero <[email protected]>
  • Loading branch information
dependabot[bot] and pcrespov authored Jul 18, 2022
1 parent 09f85c1 commit 41f2d33
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 @@ -720,7 +720,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/[email protected].0
- uses: actions/[email protected].1
with:
node-version: ${{ matrix.node }}
cache: "npm"
Expand Down Expand Up @@ -1604,7 +1604,7 @@ jobs:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: "tests/e2e/requirements/requirements.txt"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: ${{ matrix.node }}
cache: "npm"
Expand Down

0 comments on commit 41f2d33

Please sign in to comment.