Skip to content

Commit

Permalink
Merge pull request #48 from cal-itp/bump-google-github-actions
Browse files Browse the repository at this point in the history
calitp(pre-commit): google-github-actions pinned to v0, bumped up black formatting
  • Loading branch information
charlie-costanzo authored Apr 6, 2022
2 parents d887a29 + b60a661 commit 8136150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install .
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
args: ["--unsafe"]
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/bandit
Expand Down

0 comments on commit 8136150

Please sign in to comment.