Skip to content

Commit ce0a7c7

Browse files
Copilotshenxianpeng
andcommitted
Move version comments to inline format
Co-authored-by: shenxianpeng <[email protected]>
1 parent d814bed commit ce0a7c7

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
cpp-linter:
1414
runs-on: ubuntu-latest
1515
steps:
16-
# v6.0.0
17-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6 # v6.0.0
1817
- uses: cpp-linter/cpp-linter-action@main
1918
id: linter
2019
continue-on-error: true

.github/workflows/examples/only-PR-comments.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
permissions: # (1)!
1414
pull-requests: write
1515
steps:
16-
# v5.0.1
17-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v5 # v5.0.1
1817

1918
# ... optionally setup build env to create a compilation database
2019

.github/workflows/examples/only-clang-format.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
cpp-linter:
1212
runs-on: ubuntu-latest
1313
steps:
14-
# v5.0.1
15-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v5 # v5.0.1
1615

1716
# ... optionally setup build env to create a compilation database
1817

.github/workflows/examples/only-clang-tidy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
cpp-linter:
1212
runs-on: ubuntu-latest
1313
steps:
14-
# v5.0.1
15-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v5 # v5.0.1
1615

1716
# ... optionally setup build env to create a compilation database
1817

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
re-tag:
2323
runs-on: ubuntu-latest
2424
steps:
25-
# v6.0.0
26-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v6 # v6.0.0
2726
with:
2827
fetch-depth: 0
2928
ref: ${{ inputs.ref }}

.github/workflows/self-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
steps:
4141
- name: Checkout
42-
# v6.0.0
43-
uses: actions/checkout@v6
42+
uses: actions/checkout@v6 # v6.0.0
4443

4544
- name: Cache the build artifacts
4645
id: cache-build

0 commit comments

Comments
 (0)