File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 git fetch --prune --unshallow
1515 git tag -d $(git tag --points-at HEAD)
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.x"
2020 - name : Install pypa/build
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Build using Python ${{matrix.python-version}}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{matrix.python-version}}
2828 cache : " pip"
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v5
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 cache : " pip"
Original file line number Diff line number Diff line change 4040 steps :
4141 - uses : actions/checkout@v5
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 cache : " pip"
7676 steps :
7777 - uses : actions/checkout@v5
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282 cache : " pip"
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - uses : actions/checkout@v5
113113 - name : Set up Python ${{ matrix.python-version }}
114- uses : actions/setup-python@v5
114+ uses : actions/setup-python@v6
115115 with :
116116 python-version : ${{ matrix.python-version }}
117117 cache : " pip"
@@ -146,7 +146,7 @@ jobs:
146146 steps :
147147 - uses : actions/checkout@v5
148148 - name : Set up Python ${{ matrix.python-version }}
149- uses : actions/setup-python@v5
149+ uses : actions/setup-python@v6
150150 with :
151151 python-version : ${{ matrix.python-version }}
152152 cache : " pip"
You can’t perform that action at this time.
0 commit comments