Skip to content

Commit e997418

Browse files
committed
Version up
1 parent e48b535 commit e997418

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ repos:
132132
- id: "forbid-new-submodules"
133133
- id: "trailing-whitespace"
134134
- repo: "https://github.com/Anadea/pre-commit-config-shellcheck"
135-
rev: "0.3.3"
135+
rev: "0.3.4"
136136
hooks:
137137
- id: "pre-commit-config-shellcheck"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Also, it can be used as a `pre-commit <https://pre-commit.com/>`_ hook out of th
5252
.. code-block:: yaml
5353
5454
- repo: "https://github.com/Anadea/pre-commit-config-shellcheck"
55-
rev: "0.3.3"
55+
rev: "0.3.4"
5656
hooks:
5757
- id: "pre-commit-config-shellcheck"
5858
@@ -63,7 +63,7 @@ Also, it can be used as a `GitHub action <https://github.com/features/actions/>`
6363
.. code-block:: yaml
6464
6565
- name: "pre-commit-config-shellcheck"
66-
uses: "Anadea/pre-commit-config-shellcheck@0.3.3"
66+
uses: "actions/pre-commit-config-shellcheck@0.3.4"
6767
id: "pre-commit-config-shellcheck"
6868
with:
6969
config: ".pre-commit-config.yaml"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
id: "install-pre-commit-config-shellcheck"
2828
env:
2929
VIRTUAL_ENV: "/opt/.env"
30-
PRE_COMMIT_CONFIG_SHELLCHECK_VERSION: "0.3.3"
30+
PRE_COMMIT_CONFIG_SHELLCHECK_VERSION: "0.3.4"
3131
shell: "bash"
3232
run: |
3333
set -eau pipefail; \

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre-commit-config-shellcheck
3-
version = 0.3.3
3+
version = 0.3.4
44
description = Tool for checking entry points in the pre-commit config with ShellCheck.
55
python_requires >= 3.7
66
license_file = MIT-LICENSE

0 commit comments

Comments
 (0)