build(deps): bump actions/setup-python from 4 to 5 (#113612) · python/cpython@686d65a

GitHub

Original file line numberDiff line numberDiff line change@@ -128,7 +128,7 @@ jobs:

128128if: needs.check_source.outputs.run_tests == 'true'

129129steps:

130130 - uses: actions/checkout@v4

131- - uses: actions/setup-python@v4

131+ - uses: actions/setup-python@v5

132132with:

133133python-version: '3.x'

134134 - name: Restore config.cache