Skip to content

Commit f8e2d13

Browse files
1 parent ca24c2c commit f8e2d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core_code_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.8.13'
22-
- uses: actions/cache@v2
22+
- uses: actions/cache@v3
2323
with:
2424
path: ${{ env.pythonLocation }}
2525
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)