Skip to content

Commit

Permalink
Merge pull request #232 from PainterQubits/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github-actions-3e83326924

Bump the github-actions group with 1 update
  • Loading branch information
alexhad6 authored Jan 22, 2024
2 parents 4237956 + 9079f06 commit 68d4a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: poetry run pylint ${{ env.PACKAGE_NAME }} tests

- name: Mypy cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .mypy_cache
key: mypy-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}-${{ github.sha }}
Expand Down

0 comments on commit 68d4a52

Please sign in to comment.