File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 persist-credentials : false
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.12"
3434
5252 persist-credentials : false
5353
5454 - name : Set up Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.12"
5858 cache : pip
7979 persist-credentials : false
8080
8181 - name : Set up Python ${{ matrix.python-version }}
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : ${{ matrix.python-version }}
8585 cache : pip
@@ -102,7 +102,7 @@ jobs:
102102 persist-credentials : false
103103
104104 - name : Set up Python
105- uses : actions/setup-python@v5
105+ uses : actions/setup-python@v6
106106 with :
107107 python-version : " 3.12"
108108 cache : pip
Original file line number Diff line number Diff line change 1717 id-token : write
1818 contents : read
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-python@v5
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.12"
2424 - run : pip install build
You can’t perform that action at this time.
0 commit comments