From 0b2ed364aadac766217f2ae8f739b4138f8ebfb7 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 11 Jul 2023 11:22:51 +0200 Subject: [PATCH] aws: fix use @smithy/node-http-handler module Signed-off-by: CrazyMax --- src/aws.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aws.ts b/src/aws.ts index c17d5e0..6bb4001 100644 --- a/src/aws.ts +++ b/src/aws.ts @@ -1,7 +1,7 @@ import * as core from '@actions/core'; import {ECR} from '@aws-sdk/client-ecr'; import {ECRPUBLIC} from '@aws-sdk/client-ecr-public'; -import {NodeHttpHandler} from '@aws-sdk/node-http-handler'; +import {NodeHttpHandler} from '@smithy/node-http-handler'; import {HttpProxyAgent} from 'http-proxy-agent'; import {HttpsProxyAgent} from 'https-proxy-agent';