Skip to content

Commit 352cae6

Browse files
Updating github actions cache version (#3624)
updating github actions versions
1 parent 73fe54d commit 352cae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core_code_checks.yml

Lines changed: 1 addition & 1 deletion
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)