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 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
1111 name : Update coverage badge
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 with :
1616 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
1717 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
1818
1919 - name : Setup go
20- uses : actions/setup-go@v2
20+ uses : actions/setup-go@v5
2121 with :
2222 go-version : ' 1.21.0'
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v4
2525 with :
2626 path : ~/go/pkg/mod
2727 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments