File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 status : ['']
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v6
2121 - name : Format Python Version
2222 id : format_python_version
2323 shell : bash
5656 needs : pytest
5757 runs-on : ubuntu-22.04
5858 steps :
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v6
6060 - run : make ci_up
6161 env :
6262 PYTHON_VERSION : 3.12
7373 quality :
7474 runs-on : ubuntu-22.04
7575 steps :
76- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v6
7777 - run : make ci_up
7878 env :
7979 PYTHON_VERSION : 3.12
8585 matrix :
8686 python-version : ['3.12']
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v6
8989 - run : make ci_up
9090 env :
9191 PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repo
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v6
2222
2323 - name : Setup Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 2323 - name : setup target branch
2424 run : echo "target_branch=$(if ['${{ github.event.inputs.branch }}' = '']; then echo 'master'; else echo '${{ github.event.inputs.branch }}'; fi)" >> $GITHUB_ENV
2525
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v6
2727 with :
2828 ref : ${{ env.target_branch }}
2929
You can’t perform that action at this time.
0 commit comments