Skip to content

Commit fa39e48

Browse files
committed
fix
1 parent e553e6b commit fa39e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ please refer: https://github.com/Yelp/detect-secrets?tab=readme-ov-file#adding-s
2323

2424
# Version of detect-secrets
2525
# When not specified, use latest
26-
detect-secrets-version: "1.4.0"
26+
detect-secrets-version: "1.5.0"
2727
```
2828
<!-- end usage -->
2929
3030
**Basic:**
3131
3232
```yaml
3333
steps:
34-
- uses: actions/checkout@v3
35-
- name: Run DetectSecrets
34+
- uses: actions/checkout@v4
35+
- name: Run DetectSecrets
3636
uses: sensyn-robotics/github-action-detect-secrets@v1
3737
```

0 commit comments

Comments
 (0)