diff --git a/package-lock.json b/package-lock.json index 292a53e..628a939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-last-failed", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-last-failed", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 50eab84..d020c1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-last-failed", "description": "GitHub Actions TypeScript template that runs last failed Playwright tests using Currents cache", - "version": "1.0.8", + "version": "1.0.9", "author": "", "private": true, "homepage": "https://github.com/actions/typescript-action",