File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
CONFTEST_VERSION : " 0.15.0"
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : recursive
19
19
- name : Conftest Install
46
46
HELM_RELEASE_BRANCH : gh-pages
47
47
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
with :
51
51
submodules : recursive
52
52
65
65
ls -la ${HELM_TMP_DIR}
66
66
67
67
# Publish
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
with :
70
70
ref : gh-pages
71
71
path : ./gh-pages
Original file line number Diff line number Diff line change 10
10
CONFTEST_VERSION : " 0.15.0"
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : recursive
16
16
- name : Conftest Install
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : recursive
16
16
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments