Skip to content

Commit

Permalink
chore(deps): update actions/checkout commit hash to ec3a7ce
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 2, 2021
1 parent 242c805 commit 12477ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
cicd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- name: golangci-lint
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # renovate: tag=v2
with:
version: v1.30
- uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # renovate: tag=v2
with:
go-version: "1.15"
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
with:
fetch-depth: 0
- if: "!startsWith(github.ref, 'refs/tags/v')"
Expand Down

0 comments on commit 12477ac

Please sign in to comment.