Skip to content

Commit

Permalink
Bump actions/cache from 3.3.2 to 4.0.2 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent cde6d94 commit cc0b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
flake8 .
- name: Set up mypy cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: .mypy_cache
key: mypy1-${{ hashFiles('./graphqldb/**/*.py') }}-${{ hashFiles('./tests/**/*.py') }}
Expand Down

0 comments on commit cc0b758

Please sign in to comment.