File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
name : runner / shellcheck
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : haya14busa/action-cond@v1
14
14
id : reporter
15
15
with :
25
25
name : runner / hadolint
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- uses : haya14busa/action-cond@v1
30
30
id : reporter
31
31
with :
41
41
name : runner / misspell
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- uses : reviewdog/action-misspell@v1
46
46
with :
47
47
github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 4
4
build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v4
8
8
- name : Build the Docker image
9
9
run : docker build . --file Dockerfile --tag rickstaa-action-update-semver:$(date +%s)
Original file line number Diff line number Diff line change 13
13
if : github.event.action != 'labeled'
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
# Bump version on merging Pull Requests with specific labels.
18
18
# (bump:major,bump:minor,bump:patch)
19
19
- id : bumpr
48
48
if : github.event.action == 'labeled'
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- name : Post bumpr status comment
53
53
uses : haya14busa/action-bumpr@v1
You can’t perform that action at this time.
0 commit comments