Compare commits

...

1 Commits

Author SHA1 Message Date
65f476431e Update actions/setup-python action to v5
Update actions/setup-python from 4 to 5

Change-type: patch
2025-06-19 09:55:15 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ runs:
- name: Set up Python 3.11
if: runner.os == 'macOS'
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: '3.11'

View File

@ -33,7 +33,7 @@ runs:
- name: Set up Python 3.11
if: runner.os == 'macOS'
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.11"