File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 env :
1414 GOLANGCI_LINT_VERSION : v2.4.0 # github-releases:golangci/golangci-lint
1515 steps :
16- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1717 - name : Set up Go
1818 uses : actions/setup-go@v6
1919 with :
3030 name : Run tests
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
33+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3434 - name : Set up Go
3535 uses : actions/setup-go@v6
3636 with :
Original file line number Diff line number Diff line change 1818 contents : write
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222 with :
2323 fetch-depth : 0
2424 - name : Bump version and push tag
You can’t perform that action at this time.
0 commit comments