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 ae56a82 commit 909a46aCopy full SHA for 909a46a
.github/workflows/ci-testing-deploy.yml
@@ -576,7 +576,7 @@ jobs:
576
driver: docker
577
- name: setup docker-compose
578
run: sudo ./ci/github/helpers/setup_docker_compose.bash ${{ matrix.docker_compose }} ${{ matrix.docker_compose_sha }}
579
- - uses: actions/setup-node@v2.4.1
+ - uses: actions/setup-node@v2.5.0
580
with:
581
node-version: ${{ matrix.node }}
582
- name: show system version
@@ -2217,7 +2217,7 @@ jobs:
2217
uses: actions/setup-python@v2
2218
2219
python-version: ${{ matrix.python }}
2220
2221
2222
2223
0 commit comments