From 748d77964475c6bfb422e47c416057b9f1bdaf67 Mon Sep 17 00:00:00 2001 From: boxofyellow <54955040+boxofyellow@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:59:58 -0800 Subject: [PATCH] PR feed back --- __tests__/oci-container.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/oci-container.test.ts b/__tests__/oci-container.test.ts index 9e5dc7c..d9e2e16 100644 --- a/__tests__/oci-container.test.ts +++ b/__tests__/oci-container.test.ts @@ -6,7 +6,7 @@ describe('createActionPackageManigest', () => { const date = new Date() const repo = 'test-org/test-repo' const sanitizedRepo = 'test-org-test-repo' - const version = '1.0.0' + const version = '1.2.3' const tarFile: FileMetadata = { path: '/test/test/test.tar.gz', sha256: 'tarSha',