File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1414 contents : read
1515 packages : write
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - uses : docker/login-action@v4
3333 env :
3434 FORCE_COLOR : 1
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - name : Put back the git branch into git (Earthly uses it for tagging)
3838 run : |
3939 branch=""
Original file line number Diff line number Diff line change 1313 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
1414 FORCE_COLOR : 1
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Put back the git branch into git (Earthly uses it for tagging)
1818 run : |
1919 branch=""
You can’t perform that action at this time.
0 commit comments