Skip to content

Commit

Permalink
Update pre-commit address and rev tag in README (#1125)
Browse files Browse the repository at this point in the history
* Update pre-commit address and rev tag in README

* Upgrade actions/checkout@v2 to v3
  • Loading branch information
sadikkuzu committed Mar 22, 2023
1 parent fe9fb37 commit 6fa63f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:

```
repos:
- repo: https://github.com/zricethezav/gitleaks
rev: v8.16.0
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
hooks:
- id: gitleaks
```
Expand Down

0 comments on commit 6fa63f4

Please sign in to comment.