From 1419d9db675d8c1a26c9328ac5361414d2bfa505 Mon Sep 17 00:00:00 2001 From: "Mark A. Jensen" Date: Tue, 7 Jan 2025 17:11:27 -0500 Subject: [PATCH] update(ci-cd): use w/f v2.3.3 eliminates Python 3.8 test --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 847e7b6..07a8dc7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: ci-cd: - uses: CBIIT/bento-workflows/.github/workflows/ci-cd.yml@v2.3.1 + uses: CBIIT/bento-workflows/.github/workflows/ci-cd.yml@v2.3.3 with: workdir: ./python pkg_name: bento-mdf