diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index 4276876..2928009 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -17,7 +17,7 @@ jobs: - run: | echo "AWS_CLI_VERSION=$(just current-version)" >>"$GITHUB_ENV" - - uses: KineticCafe/docker-image-update-checker@v1.0.1 + - uses: KineticCafe/docker-image-update-checker@v1.0.2 id: check with: base-image: amazon/aws-cli:${{ env.AWS_CLI_VERSION }}