Skip to content

Commit bbad864

Browse files
authored
chore: update version for recovery release (microsoft#24990)
1 parent 0b71a0f commit bbad864

File tree

3 files changed

+139
-202
lines changed

3 files changed

+139
-202
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)