From 1af61f64223c68fe9eebfa2b98d96bbf68c0c9ea Mon Sep 17 00:00:00 2001 From: sayantikabanik Date: Thu, 13 Jun 2024 11:25:19 +0530 Subject: [PATCH] update the default action --- .github/workflows/test_wily.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_wily.yml b/.github/workflows/test_wily.yml index b52acb170..43ecb7d24 100644 --- a/.github/workflows/test_wily.yml +++ b/.github/workflows/test_wily.yml @@ -12,14 +12,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.13.0 + python-version: 3.10 - name: Install Wily run: pip install wily==1.20.0 - name: Build cache and diff