diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f48fe3..e0389d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: stages: ["push"] # Other - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-json diff --git a/package.json b/package.json index c9a83f6..cf94561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "translation-action", - "version": "2.1.4", + "version": "3.0.0", "description": "This GitHub action translates any text from any language to any language.", "main": "dist/index.js", "scripts": {