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 1414 - name : Checkout source code
1515 uses : actions/checkout@v4
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.13"
2020 cache : ' pip'
7474 - name : Checkout source code
7575 uses : actions/checkout@v4
7676 - name : Set up Python ${{ matrix.python }}
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : ${{ matrix.python }}
8080 cache : ' pip'
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 fetch-depth : 0
110110 - name : Set up Python
111- uses : actions/setup-python@v5
111+ uses : actions/setup-python@v6
112112 with :
113113 python-version : " 3.13"
114114 cache : ' pip'
@@ -136,7 +136,7 @@ jobs:
136136 with :
137137 fetch-depth : 0
138138 - name : Set up Python
139- uses : actions/setup-python@v5
139+ uses : actions/setup-python@v6
140140 with :
141141 python-version : " 3.13"
142142 cache : ' pip'
You can’t perform that action at this time.
0 commit comments