Skip to content

Commit

Permalink
Bump actions/cache from 3.3.1 to 3.3.2 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 3f557ca commit 6e0cf22
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/[email protected].1
uses: actions/[email protected].2
with:
path: .mypy_cache
key: mypy1-${{ hashFiles('./graphqldb/**/*.py') }}-${{ hashFiles('./tests/**/*.py') }}
Expand Down

0 comments on commit 6e0cf22

Please sign in to comment.