Skip to content

Commit bfa3613

Browse files
committed
chore: Apply suggestions from code review
Co-authored-by: Xianpeng Shen <xianpeng.shen@gmail.com>
1 parent 0788568 commit bfa3613

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/examples/auto-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write # needed for auto-fix commits
1212
pull-requests: write
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v7
1515
# For auto-fix commits to trigger new CI runs, use a PAT instead:
1616
# with:
1717
# token: ${{ secrets.MY_PAT }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ When enabled, the action will:
7878

7979
```yaml
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v7
8282
- uses: cpp-linter/cpp-linter-action@v2
8383
id: linter
8484
env:

docs/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ in addition to any other permissions needed for other features:
9999
(PAT) with `contents: write` scope:
100100

101101
```yaml
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v7
103103
with:
104104
token: ${{ secrets.MY_PAT }}
105105
```

0 commit comments

Comments
 (0)