diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 15ef937..278d856 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -34,7 +34,7 @@ jobs: # but the cache is not as robust as cache action. # Here we cache the entire python env which speeds subsequent builds up alot. (alot being scientific term) # Ref: https://blog.allenai.org/python-caching-in-github-actions-e9452698e98d - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache Python with: path: ${{ env.pythonLocation }}