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 0b71a0f commit bbad864Copy full SHA for bbad864
.github/actions/smoke-tests/action.yml
@@ -13,13 +13,13 @@ runs:
13
using: 'composite'
14
steps:
15
- name: Install Node
16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
17
with:
18
node-version: ${{ inputs.node_version }}
19
cache: 'npm'
20
21
- name: Install Python
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
23
24
python-version: '3.x'
25
cache: 'pip'
0 commit comments