From 5b61a88c3d053d632c1c9682b9d15293d38cf0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:01:25 +0000 Subject: [PATCH] chore: Bump actions/setup-node from 4.0.2 to 4.0.3 in the actions group Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check-dist.yml | 2 +- action.yml | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 568f035..0f51ee5 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -28,7 +28,7 @@ jobs: - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.3 with: node-version: 20.x cache: pnpm diff --git a/action.yml b/action.yml index 27adef7..16e369d 100644 --- a/action.yml +++ b/action.yml @@ -21,10 +21,10 @@ # OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -name: 'Docker Image Update Checker' -description: | - GitHub Action to check if the base Docker image that your image is based on was updated - and your image needs to be updated. Note that this only checks the DockerHub registry. +name: 'Docker Hub Image Update Checker' +description: > + Checks the Docker Hub registry if a target image requires update because a base image + was updated. author: 'KineticCafe' inputs: base-image: @@ -40,10 +40,6 @@ inputs: Comma-separted list of platforms to check. Defaults to `linux/amd64`. required: false default: 'linux/amd64' - # repo-token: - # description: 'The GitHub token' - # required: false - # default: ${{ github.token }} outputs: needs-updating: