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..501cecc 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: > + Check the Docker Hub registry if your target image requires update because a base image + was updated. author: 'KineticCafe' inputs: base-image: