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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 5485a65 commit 2ab3d1e
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 @@ -41,7 +41,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: dominikh/staticcheck-action@v1.3.0
- uses: dominikh/staticcheck-action@v1.3.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 @@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: dominikh/staticcheck-action@v1.3.0
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2022.1.3"

Expand Down

0 comments on commit 2ab3d1e

Please sign in to comment.