File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 security-events : write
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.x"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Codespell
1818 uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 77 name : gitleaks
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313 - uses : gitleaks/gitleaks-action@v2
Original file line number Diff line number Diff line change 4747 outputs :
4848 published : ${{ steps.publish.outputs.published }}
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - uses : pdm-project/setup-pdm@v4
5252 with :
5353 python-version : " 3.12"
6363 contents : write
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 - name : Setup PDM
6868 uses : pdm-project/setup-pdm@v4
6969 with :
Original file line number Diff line number Diff line change 1919 name : Test Python ${{ matrix.python-version }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Setup PDM
2424 uses : pdm-project/setup-pdm@v4
2525 with :
You can’t perform that action at this time.
0 commit comments