We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f764f1 commit 3299ea6Copy full SHA for 3299ea6
.github/workflows/ci-testing-deploy.yml
@@ -562,7 +562,7 @@ jobs:
562
driver: docker
563
- name: setup docker-compose
564
run: sudo ./ci/github/helpers/setup_docker_compose.bash ${{ matrix.docker_compose }} ${{ matrix.docker_compose_sha }}
565
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2.3.1
566
with:
567
node-version: ${{ matrix.node }}
568
- name: show system version
@@ -2187,7 +2187,7 @@ jobs:
2187
uses: actions/setup-python@v2
2188
2189
python-version: ${{ matrix.python }}
2190
2191
2192
2193
0 commit comments