From 9c7fef69d0bea9a25d2efa67b8559afcd09a99d4 Mon Sep 17 00:00:00 2001 From: melvin Date: Fri, 20 Dec 2024 19:54:41 -0500 Subject: [PATCH] update deploy pipeline --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5417e5..87d7074 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,10 +9,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.10'