File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : golangci-lint
1616 uses : golangci/golangci-lint-action@v8
1717 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Labeler
1515 uses : actions/labeler@v5
1616 with :
Original file line number Diff line number Diff line change 2020 steps :
2121 # Checkout should always be before setup-go to ensure caching is working
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Install Go
2525 uses : actions/setup-go@v5
2626 with :
6565 steps :
6666 # Checkout should always be before setup-go to ensure caching is working
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Install Go
7070 uses : actions/setup-go@v5
7171 with :
Original file line number Diff line number Diff line change 1414 steps :
1515 # Checkout should always be before setup-go to ensure caching is working
1616 - name : checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 1
2020 - name : Install Go
3434 steps :
3535 # Checkout should always be before setup-go to ensure caching is working
3636 - name : checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 1
4040 - name : Install Go
5353 steps :
5454 # Checkout should always be before setup-go to ensure caching is working
5555 - name : checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 with :
5858 fetch-depth : 1
5959 - name : Install Go
Original file line number Diff line number Diff line change 1414 steps :
1515 -
1616 name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 -
You can’t perform that action at this time.
0 commit comments