From 2b4f2dd896acdca13e9a2b71c514ee400c29d1b5 Mon Sep 17 00:00:00 2001 From: Razorpay Date: Wed, 22 Jul 2026 10:44:02 +0530 Subject: [PATCH] chore: code and CI maintenance --- .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 bd27136..9da2c1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Set up Python 3 uses: actions/setup-python@v3 with: @@ -59,14 +59,14 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: Download all workflow run artifacts uses: actions/download-artifact@v4 with: name: dist path: dist - name: Set up Python 3 - uses: actions/setup-python@v3 + uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v3.1.4 with: python-version: "3.10" - name: Publish packages to PyPi