Skip to content

Commit a887ebe

Browse files
committed
update setup-node, setup-python on smoketest action.yml to match with other action.yml
1 parent fe66714 commit a887ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/smoke-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ runs:
1313
using: 'composite'
1414
steps:
1515
- name: Install Node
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ inputs.node_version }}
1919
cache: 'npm'
2020

2121
- name: Install Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.x'
2525
cache: 'pip'

0 commit comments

Comments
 (0)