From a61f6cb4f2daf63554caba701cd86a5153a072fb Mon Sep 17 00:00:00 2001 From: viseshrp Date: Sun, 27 Oct 2024 09:43:54 -0400 Subject: [PATCH] bump setup-python --- .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 f3d15c36e..b37516246 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -90,7 +90,7 @@ jobs: run: make pull-docker - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}