diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index d60b936..ad5306f 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -19,7 +19,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@4 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 20 diff --git a/package-lock.json b/package-lock.json index 7bce1cb..c5f4171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hckrnews/error", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hckrnews/error", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "@hckrnews/validator": "^8.0.4" diff --git a/package.json b/package.json index 5c95f37..5f309e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hckrnews/error", "description": "Extended Errors", - "version": "1.0.5", + "version": "1.0.6", "author": { "name": "Pieter Wigboldus", "url": "https://hckr.news/"