Skip to content

Commit f3bfe0a

Browse files
Bump actions/setup-node from 3.5.0 to 3.5.1 (ITISFoundation#3452)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.5.0...v3.5.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8c3643 commit f3bfe0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ jobs:
826826
driver: docker-container
827827
- name: setup docker-compose
828828
run: sudo ./ci/github/helpers/setup_docker_compose.bash ${{ matrix.docker_compose }} ${{ matrix.docker_compose_sha }}
829-
- uses: actions/[email protected].0
829+
- uses: actions/[email protected].1
830830
with:
831831
node-version: ${{ matrix.node }}
832832
cache: "npm"
@@ -1724,7 +1724,7 @@ jobs:
17241724
python-version: ${{ matrix.python }}
17251725
cache: "pip"
17261726
cache-dependency-path: "tests/e2e/requirements/requirements.txt"
1727-
- uses: actions/[email protected].0
1727+
- uses: actions/[email protected].1
17281728
with:
17291729
node-version: ${{ matrix.node }}
17301730
cache: "npm"

0 commit comments

Comments
 (0)