diff --git a/action.yml b/action.yml index fb3f882c..ae75d097 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: description: 'secrets.GITHUB_TOKEN' required: true runs: - using: 'node12' + using: 'node16' main: 'lib/main.js' diff --git a/package.json b/package.json index ed6f6bbe..1f46fe2d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "AButler", "license": "MIT", "dependencies": { - "@actions/core": "^1.9.1", + "@actions/core": "^1.10.0", "@actions/github": "^1.1.0", "fast-glob": "^3.0.4", "mime-types": "^2.1.24"