File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.x
Original file line number Diff line number Diff line change 7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Checkout
80- uses : actions/checkout@v5
80+ uses : actions/checkout@v6
8181 with :
8282 lfs : ${{ inputs.lfs }}
8383
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 - name : lfs warning
3535 uses : ppremk/lfs-warning@v3.2
3636 with :
Original file line number Diff line number Diff line change 2424 url : ${{ steps.deployment.outputs.page_url }}
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.x
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737
3838 - name : Image Scan
3939 uses : aquasecurity/trivy-action@0.29.0
You can’t perform that action at this time.
0 commit comments