Commit 81cc8fc 1 parent 73058b4 commit 81cc8fc Copy full SHA for 81cc8fc
File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
# Login against a Docker registry except on PR
30
30
# https://github.com/docker/login-action
Original file line number Diff line number Diff line change 11
11
draft-release :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : release-drafter/release-drafter@v5
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
tag : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.regex-match.outputs.group1 }}
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
- name : Grep action.yaml content
21
21
id : grep-image-content
22
22
run : |
44
44
- future-true
45
45
steps :
46
46
- name : Checkout repository
47
- uses : actions/checkout@v3
47
+ uses : actions/checkout@v4
48
48
- name : Build local docker image
49
49
uses : docker/build-push-action@v4
50
50
with :
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
- name : Grep action.yaml content
26
26
id : grep-image-content
27
27
run : |
Original file line number Diff line number Diff line change 14
14
SHELLCHECK_OPTS : -s bash
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Run ShellCheck
20
20
uses : ludeeus/action-shellcheck@master
Original file line number Diff line number Diff line change 18
18
tag : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.regex-match.outputs.group1 }}
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Grep action.yaml content
23
23
id : grep-image-content
24
24
run : |
46
46
- future-true
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
- name : Build local docker image
51
51
uses : docker/build-push-action@v4
52
52
with :
You can’t perform that action at this time.
0 commit comments