diff --git a/action.yml b/action.yml index 2f8e509..6dad401 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,6 @@ runs: uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - cache: 'npm' - run: | cd ${{ github.action_path }} diff --git a/package-lock.json b/package-lock.json index 99d2c9d..99b1f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-check-pr-title", - "version": "1.0.8", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-check-pr-title", - "version": "1.0.8", + "version": "1.0.10", "license": "MIT", "devDependencies": { "@actions/github": "6.0.0", diff --git a/package.json b/package.json index b051729..af68f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-check-pr-title", - "version": "1.0.9", + "version": "1.0.10", "description": "GitHub action to enforce conventional commit syntax convention on Pull Request titles", "main": "index.mjs", "scripts": {