Skip to content

Commit

Permalink
Merge pull request #113 from lsst-sqre/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-buildx-action-2

Bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
rra authored May 9, 2022
2 parents 1818604 + 5094b69 commit fa936d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: echo ${{ steps.vars.outputs.tag }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/login-action@v1
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: check-yaml
Expand All @@ -9,18 +9,18 @@ repos:
- id: check-json

- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
additional_dependencies:
- toml

- repo: https://github.com/psf/black
rev: 21.4b2
rev: 22.3.0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 4.0.1
hooks:
- id: flake8

0 comments on commit fa936d8

Please sign in to comment.