We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca24c2c commit f8e2d13Copy full SHA for f8e2d13
.github/workflows/core_code_checks.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-python@v4
20
with:
21
python-version: '3.8.13'
22
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
23
24
path: ${{ env.pythonLocation }}
25
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
0 commit comments