File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 depup :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111
1212 - uses : haya14busa/action-depup@v1
1313 id : depup
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
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 1717 if : github.event.action != 'labeled'
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121
2222 # Bump version on merging Pull Requests with specific labels. (bump:major,bump:minor,bump:patch)
2323 - id : bumpr
5757 if : github.event.action == 'labeled'
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v4
6161 # Post bumpr status comment
6262 - name : haya14busa/action-bumpr
6363 uses : ./
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@v2
12+ - uses : actions/checkout@v4
1313 - uses : haya14busa/action-cond@v1
1414 id : reporter
1515 with :
2626 name : runner / hadolint
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - uses : haya14busa/action-cond@v1
3131 id : reporter
3232 with :
4343 name : runner / misspell
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v4
4747 - uses : reviewdog/action-misspell@v1
4848 with :
4949 github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212
1313 - name : test
1414 uses : ./
Original file line number Diff line number Diff line change 6262 release :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v2
65+ - uses : actions/checkout@v4
6666 # Bump version on merging Pull Requests with specific labels.
6767 # (bump:major,bump:minor,bump:patch)
6868 - uses : haya14busa/action-bumpr@v1
9292 if : github.event.action != 'labeled'
9393 runs-on : ubuntu-latest
9494 steps :
95- - uses : actions/checkout@v2
95+ - uses : actions/checkout@v4
9696
9797 # Bump version on merging Pull Requests with specific labels.
9898 # (bump:major,bump:minor,bump:patch)
@@ -111,7 +111,7 @@ jobs:
111111 if : github.event.action == 'labeled'
112112 runs-on : ubuntu-latest
113113 steps :
114- - uses : actions/checkout@v2
114+ - uses : actions/checkout@v4
115115 - name : Post bumpr status comment
116116 uses : haya14busa/action-bumpr@v1
117117` ` `
You can’t perform that action at this time.
0 commit comments