File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 - name : Initialize CodeQL
3232 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout Code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 - name : Lint Code
Original file line number Diff line number Diff line change 1010 release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : cli/gh-extension-precompile@v2
1515 with :
1616 go_version_file : go.mod
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments