File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.10'
2727
5252 - uses : actions/checkout@v5
5353
5454 - name : Set up Python ${{ matrix.python-version }}
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858
8989 - uses : actions/checkout@v5
9090
9191 - name : Set up Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ' 3.10'
9595
@@ -127,7 +127,7 @@ jobs:
127127
128128 steps :
129129 - name : Set up Python ${{ matrix.python-version }}
130- uses : actions/setup-python@v5
130+ uses : actions/setup-python@v6
131131 with :
132132 python-version : ${{ matrix.python-version }}
133133
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v5
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.10'
2828
Original file line number Diff line number Diff line change 7070 ref : ${{ github.event.pull_request.head.sha }} # Pull the commit from the forked repo
7171 persist-credentials : false # Don't persist credentials for subsequent actions
7272 - name : Set up Python
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : ' 3.10'
7676 - name : Install dependencies
Original file line number Diff line number Diff line change 4242 fetch-depth : 0
4343
4444 - name : Setup Python
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ' 3.10'
4848
@@ -178,7 +178,7 @@ jobs:
178178 echo "✓ Version verified: $ACTUAL_VERSION"
179179
180180 - name : Set up Python
181- uses : actions/setup-python@v5
181+ uses : actions/setup-python@v6
182182 with :
183183 python-version : ' 3.10'
184184
Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@v5
3939 - name : Set up Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.10'
4343
6868 steps :
6969 - uses : actions/checkout@v5
7070 - name : Set up Python
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ' 3.10'
7474
You can’t perform that action at this time.
0 commit comments