44
44
with :
45
45
persist-credentials : false
46
46
- name : Set up Python ${{ env.PYTHON_VERSION }}
47
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
47
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
48
48
with :
49
49
python-version : ${{ env.PYTHON_VERSION }}
50
50
- name : Environment Information
64
64
with :
65
65
node-version : ${{ env.NODE_VERSION }}
66
66
- name : Set up Python ${{ env.PYTHON_VERSION }}
67
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
67
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
68
68
with :
69
69
python-version : ${{ env.PYTHON_VERSION }}
70
70
- name : Environment Information
@@ -122,7 +122,7 @@ jobs:
122
122
with :
123
123
persist-credentials : false
124
124
- name : Set up Python ${{ env.PYTHON_VERSION }}
125
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
125
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
126
126
with :
127
127
python-version : ${{ env.PYTHON_VERSION }}
128
128
- name : Environment Information
@@ -139,7 +139,7 @@ jobs:
139
139
with :
140
140
persist-credentials : false
141
141
- name : Use Python ${{ env.PYTHON_VERSION }}
142
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
142
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
143
143
with :
144
144
python-version : ${{ env.PYTHON_VERSION }}
145
145
- name : Environment Information
0 commit comments