File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 # IMPORTANT: this permission is mandatory for trusted publishing
1717 id-token : write
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Install poetry
2222 run : pip install poetry
Original file line number Diff line number Diff line change 1313 if : github.repository == 'dev-sec/pam-tester'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 ref : master
Original file line number Diff line number Diff line change 2323 - " 3.11"
2424 steps :
2525 - name : Check out code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Set up Python ${{ matrix.python }}
2929 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments