File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 markdownlint-cli :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414 - uses : haya14busa/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5 # v1.6.4
1515 id : depup
1616 with :
3636 reviewdog :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4040 - uses : haya14busa/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5 # v1.6.4
4141 id : depup
4242 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1313 - name : Build the Docker image
1414 run : docker build --file Dockerfile --tag action-markdownlint:$(date +%s) .
Original file line number Diff line number Diff line change 1414 if : github.event.action != 'labeled'
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
1919 # Bump version on merging Pull Requests with specific labels.
2020 # (bump:major,bump:minor,bump:patch)
5050 if : github.event.action == 'labeled'
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5454 - name : Post bumpr status comment
5555 uses : haya14busa/action-bumpr@78ab5a104d20896c9c9122c64221b3aecf1a8cbb # v1.10.0
Original file line number Diff line number Diff line change 55 name : runner / markdownlint
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
99 - name : markdownlint-github-check
1010 uses : ./
1111 with :
You can’t perform that action at this time.
0 commit comments