Skip to content

Commit

Permalink
Bump koalaman/shellcheck from v0.9.0 to v0.10.0 in /.github/linting
Browse files Browse the repository at this point in the history
Bumps koalaman/shellcheck from v0.9.0 to v0.10.0.

---
updated-dependencies:
- dependency-name: koalaman/shellcheck
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent 5cb63b9 commit f279feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mvdan/shfmt:v3.8.0 as shfmt
FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM koalaman/shellcheck:v0.10.0 as shellcheck

FROM python:3.11.3-alpine3.16

Expand Down

0 comments on commit f279feb

Please sign in to comment.