File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 # IMPORTANT: this permission is mandatory for trusted publishing
1919 id-token : write
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222
2323 - name : Install poetry
2424 run : pip install poetry
Original file line number Diff line number Diff line change 1515 pull-requests : read
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
7575
7676 # do a second checkout to prevent race situation
7777 # changelog gets updated but action works on old commit id
78- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7979 with :
8080 ref : main
8181
Original file line number Diff line number Diff line change 2424 - " 3.13"
2525 steps :
2626 - name : Check out code
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
2929 - name : Set up Python ${{ matrix.python }}
3030 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
You can’t perform that action at this time.
0 commit comments