From dd118a15add8eed44f5fb22ec6dec629f8ebd27c Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:06:18 -0400 Subject: [PATCH] Update `aftman` in test --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e5e95b9..a91924b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,7 +75,7 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: v0.2.2 + version: v0.2.6 trust-check: false path: "./project" @@ -87,7 +87,7 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: v0.2.2 + version: v0.2.6 trust-check: false path: "./project" @@ -99,6 +99,6 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: v0.2.2 + version: v0.2.6 trust-check: false path: "./project"