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 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : checkout
19- uses : actions/checkout@v3.5.3
19+ uses : actions/checkout@v4.0.0
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3.5.3
42+ uses : actions/checkout@v4.0.0
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 name : lint
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3.5.3
12+ - uses : actions/checkout@v4.0.0
1313 - uses : actions/setup-go@v4
1414 with :
1515 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3.5.3
17+ uses : actions/checkout@v4.0.0
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Go
You can’t perform that action at this time.
0 commit comments