From 2d81030ab5e1ec0b16a7af25700560f102cbb019 Mon Sep 17 00:00:00 2001 From: "M. Zain Sohail" Date: Wed, 11 Oct 2023 02:18:16 +0200 Subject: [PATCH] fix --- .github/workflows/cache_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache_setup.yml b/.github/workflows/cache_setup.yml index 87adaf9c..32d2c34b 100644 --- a/.github/workflows/cache_setup.yml +++ b/.github/workflows/cache_setup.yml @@ -12,7 +12,7 @@ jobs: # Check out repo and set up Python # #-------------------------------------# - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: "Setup Python, Poetry and Dependencies" uses: packetcoders/action-setup-cache-python-poetry@main with: