Skip to content

Commit a400cb7

Browse files
committed
upgrading python version
1 parent ff59fbc commit a400cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
runs:
1717
using: 'composite'
1818
steps:
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ inputs.python-version }}
2222
architecture: x64

0 commit comments

Comments
 (0)