File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 fetch-depth : 0
4646
4747 - name : Set up Python
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 python-version : ${{ env.py-semver }}
5151 allow-prereleases : true
9696 fetch-depth : 0
9797
9898 - name : Set up Python
99- uses : actions/setup-python@v5
99+ uses : actions/setup-python@v6
100100 with :
101101 python-version : ${{ env.py-semver }}
102102 cache : pip
@@ -121,7 +121,7 @@ jobs:
121121 - uses : actions/checkout@v5
122122
123123 - name : Set up Python
124- uses : actions/setup-python@v5
124+ uses : actions/setup-python@v6
125125 with :
126126 python-version : 3.12
127127 cache : pip
@@ -137,7 +137,7 @@ jobs:
137137 - uses : actions/checkout@v5
138138
139139 - name : Set up Python
140- uses : actions/setup-python@v5
140+ uses : actions/setup-python@v6
141141 with :
142142 python-version : 3.12
143143 cache : pip
You can’t perform that action at this time.
0 commit comments