File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - 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@v5
14+ - uses : actions/checkout@v6
1515 - name : Set up Go
1616 uses : actions/setup-go@v6
1717 with :
2525 name : build and test
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - name : Set up Go
3030 uses : actions/setup-go@v6
3131 with :
3939 name : build and push Docker image
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - name : Login to DockerHub
4444 uses : docker/login-action@v3
4545 with :
Original file line number Diff line number Diff line change 1010 name : release
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Set up Go
1515 uses : actions/setup-go@v6
1616 with :
You can’t perform that action at this time.
0 commit comments