File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 ref : ${{ github.head_ref || github.ref_name }}
2222 repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
2323 fetch-depth : 0
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.12"
2727 - name : Install Poetry and export plugin
6464 runs-on : ubuntu-latest
6565 steps :
6666 - uses : actions/checkout@v6
67- - uses : actions/setup-python@v5
67+ - uses : actions/setup-python@v6
6868 with :
6969 python-version : " 3.12"
7070 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v6
27- - uses : actions/setup-python@v5
27+ - uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.12'
3030 - uses : aws-actions/setup-sam@v2
You can’t perform that action at this time.
0 commit comments