Skip to content

Commit

Permalink
build(deps): bump dominikh/staticcheck-action from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/dominikh/staticcheck-action/releases)
- [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md)
- [Commits](dominikh/staticcheck-action@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: dominikh/staticcheck-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bilalcaliskan committed Apr 20, 2024
1 parent 6d15cef commit 17003e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: dominikh/[email protected].0
- uses: dominikh/[email protected].1
with:
version: "2022.1.3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: dominikh/[email protected].0
- uses: dominikh/[email protected].1
with:
version: "2022.1.3"

Expand Down

0 comments on commit 17003e8

Please sign in to comment.