From d826348f627fdf185a5028d5126ef30d304bea3b Mon Sep 17 00:00:00 2001 From: AntonioMacaronio Date: Wed, 2 Apr 2025 09:05:02 -0700 Subject: [PATCH] updating github actions versions --- .github/workflows/core_code_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core_code_checks.yml b/.github/workflows/core_code_checks.yml index 35ed0f1ca5..1eb0612702 100644 --- a/.github/workflows/core_code_checks.yml +++ b/.github/workflows/core_code_checks.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.8.13' - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}