From a3722fc193dd982ff0c5c4a21b6fa58cfae1c318 Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Sat, 24 Feb 2024 12:48:00 -0500 Subject: [PATCH] Update ci.yml update action versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f82311d..5b68aa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,11 @@ jobs: - "3.11" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.1 with: # no need for the history fetch-depth: 1 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python }}