File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v2
38+ uses : actions/checkout@v3
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 test-go-1-14 :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - name : Set up Go
1717 uses : actions/setup-go@v3
2525 test-go-1-15 :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929
3030 - name : Set up Go
3131 uses : actions/setup-go@v3
3838 test-go-1-16 :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v3
4242
4343 - name : Set up Go
4444 uses : actions/setup-go@v3
You can’t perform that action at this time.
0 commit comments