Skip to content

Commit

Permalink
ci(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 2dd0d35 commit 5ac7afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
# renovate: datasource=pypi depName=commitizen
COMMITIZEN_VERSION: 3.18.4
COMMITIZEN_VERSION: 3.20.0

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
go-version-file: go.mod

- name: Run pre-commit
uses: nikaro/actions/pre-commit@988ef9aa9dc1731203ea6c6ada2f7a53a86271d5 # 1.3.19
uses: nikaro/actions/pre-commit@bbf1bd685d8684b846e67feb75e5331268043043 # 1.3.20

- run: go vet ./...
- run: go fix ./...

- name: Run staticcheck
uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc # v1.3.0
uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
with:
install-go: false

Expand Down

0 comments on commit 5ac7afd

Please sign in to comment.