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 1717 goreleaser :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v6.0.1
20+ - uses : actions/checkout@v6.0.2
2121 with :
2222 # Allow goreleaser to access older tag information.
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 timeout-minutes : 5
2525 steps :
26- - uses : actions/checkout@v6.0.1
26+ - uses : actions/checkout@v6.0.2
2727 - uses : actions/setup-go@v6.1.0
2828 with :
2929 go-version-file : " go.mod"
3838 generate :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v6.0.1
41+ - uses : actions/checkout@v6.0.2
4242 - uses : actions/setup-go@v6.1.0
4343 with :
4444 go-version-file : " go.mod"
8484 NETBOX_VERSION : ${{ matrix.netbox_version }}
8585 NETBOX_BGP_VERSION : ${{ matrix.netbox_bgp_version }}
8686 steps :
87- - uses : actions/checkout@v6.0.1
87+ - uses : actions/checkout@v6.0.2
8888 - uses : actions/setup-go@v6.1.0
8989 with :
9090 go-version-file : " go.mod"
You can’t perform that action at this time.
0 commit comments