File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 name : runner / shellcheck
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : haya14busa/action-cond@v1
1414 id : reporter
1515 with :
2525 name : runner / hadolint
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : haya14busa/action-cond@v1
3030 id : reporter
3131 with :
4141 name : runner / misspell
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545 - uses : reviewdog/action-misspell@v1
4646 with :
4747 github_token : ${{ secrets.github_token }}
5252 name : runner / alex
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 - uses : reviewdog/action-alex@v1
5757 with :
5858 github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Build the Docker image
1313 run : docker build . --file Dockerfile --tag ${{ github.repository }}:$(date +%s)
Original file line number Diff line number Diff line change 1313 if : github.event.action != 'labeled'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 # Bump version on merging Pull Requests with specific labels.
1818 # (bump:major,bump:minor,bump:patch)
1919 - id : bumpr
4848 if : github.event.action == 'labeled'
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 - name : Post bumpr status comment
5353 uses : haya14busa/action-bumpr@v1
You can’t perform that action at this time.
0 commit comments