From e5b2febbcb4295e52b14ca5db06241e4c9150c05 Mon Sep 17 00:00:00 2001 From: benbalter <282759+benbalter@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:03:21 +0000 Subject: [PATCH] Update build --- README.md | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77d5122..01de835 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The Action is largely feature complete with regards to its initial goals. Find a * `operation` - Operation type (update, read, or clear) * `organization` - The organization that contains the project, defaults to the current repository owner * `project_number` - The project number from the project's URL -* `value` - The value to set the project field to. Only required for operation type `update`; not required for `read` or `clear`. +* `value` - The value to set the project field to. Only required for operation type read ### Outputs diff --git a/package-lock.json b/package-lock.json index 26df28f..e291a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.11.1", "@actions/github": "^5.0.3", "@octokit/core": "^4.1.0", "@octokit/graphql": "^5.0.5",