File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 detect-release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
1414 - name : Check unzip version
1515 run : unzip -v
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.13 '
2020
2121 - name : Install build dependencies
22- run : python -m pip install --upgrade pip setuptools wheel poetry==1.5.1
22+ run : python -m pip install --upgrade pip setuptools wheel poetry==2.1.3
2323
2424 - name : Build distributions
2525 run : poetry build
You can’t perform that action at this time.
0 commit comments