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 2727 - name : Checkout repository
2828 uses : actions/checkout@v4
2929 - name : Setup Python 3.9
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : " 3.9"
3333 architecture : " x64"
6969 - name : Checkout repository
7070 uses : actions/checkout@v4
7171 - name : Setup Python ${{ matrix.python-version }}
72- uses : actions/setup-python@v4
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ${{ matrix.python-version }}
7575 architecture : " x64"
@@ -130,7 +130,7 @@ jobs:
130130 - name : Checkout repository
131131 uses : actions/checkout@v4
132132 - name : Setup Python ${{ matrix.python-version }}
133- uses : actions/setup-python@v4
133+ uses : actions/setup-python@v5
134134 with :
135135 python-version : ${{ matrix.python-version }}
136136 architecture : " x64"
@@ -181,7 +181,7 @@ jobs:
181181 - name : Checkout repository
182182 uses : actions/checkout@v4
183183 - name : Setup Python ${{ matrix.python-version }}
184- uses : actions/setup-python@v4
184+ uses : actions/setup-python@v5
185185 with :
186186 python-version : 3.9
187187 architecture : " x64"
You can’t perform that action at this time.
0 commit comments