Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
saschahofmann committed Apr 7, 2022
2 parents a1076d9 + 2a99a51 commit 7796cf9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3.0.0
- uses: actions/cache@v3.0.1
id: pip-cache
with:
path: ~/.cache/pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3.0.0
- uses: actions/cache@v3.0.1
id: pip-cache
with:
path: ~/.cache/pip
Expand All @@ -54,7 +54,7 @@ jobs:

- name: "Upload coverage to Codecov"
if: ${{ runner.os }} == "Linux"
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cp -f *.png docs
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.0
uses: peter-evans/create-pull-request@v4.0.1
with:
commit-message: Synced README changes to docs
committer: github-actions[bot] <github-actions[bot]@users.noreply@github.com>
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
exclude: ^docs/.*|.*.md

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
language_version: python3

0 comments on commit 7796cf9

Please sign in to comment.