Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Aug 16, 2022
1 parent e48b535 commit e997418
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ repos:
- id: "forbid-new-submodules"
- id: "trailing-whitespace"
- repo: "https://github.com/Anadea/pre-commit-config-shellcheck"
rev: "0.3.3"
rev: "0.3.4"
hooks:
- id: "pre-commit-config-shellcheck"
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Also, it can be used as a `pre-commit <https://pre-commit.com/>`_ hook out of th
.. code-block:: yaml
- repo: "https://github.com/Anadea/pre-commit-config-shellcheck"
rev: "0.3.3"
rev: "0.3.4"
hooks:
- id: "pre-commit-config-shellcheck"
Expand All @@ -63,7 +63,7 @@ Also, it can be used as a `GitHub action <https://github.com/features/actions/>`
.. code-block:: yaml
- name: "pre-commit-config-shellcheck"
uses: "Anadea/pre-commit-config-shellcheck@0.3.3"
uses: "actions/pre-commit-config-shellcheck@0.3.4"
id: "pre-commit-config-shellcheck"
with:
config: ".pre-commit-config.yaml"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
id: "install-pre-commit-config-shellcheck"
env:
VIRTUAL_ENV: "/opt/.env"
PRE_COMMIT_CONFIG_SHELLCHECK_VERSION: "0.3.3"
PRE_COMMIT_CONFIG_SHELLCHECK_VERSION: "0.3.4"
shell: "bash"
run: |
set -eau pipefail; \
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pre-commit-config-shellcheck
version = 0.3.3
version = 0.3.4
description = Tool for checking entry points in the pre-commit config with ShellCheck.
python_requires >= 3.7
license_file = MIT-LICENSE
Expand Down

0 comments on commit e997418

Please sign in to comment.