File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1212 docker-description :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Sync Docker Hub Description
1818 if : github.ref == 'refs/heads/main' && github.repository == 'kool-dev/kool'
Original file line number Diff line number Diff line change 1717 with :
1818 go-version : ${{ matrix.go-version }}
1919 - name : Checkout code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121 - name : Caching
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/go/pkg
2525 key : ${{ runner.os }}-kool-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments