Skip to content

Commit cc0b758

Browse files
Bump actions/cache from 3.3.2 to 4.0.2 (#359)
1 parent cde6d94 commit cc0b758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flake8 .
3838
3939
- name: Set up mypy cache
40-
uses: actions/cache@v3.3.2
40+
uses: actions/cache@v4.0.2
4141
with:
4242
path: .mypy_cache
4343
key: mypy1-${{ hashFiles('./graphqldb/**/*.py') }}-${{ hashFiles('./tests/**/*.py') }}

0 commit comments

Comments
 (0)