File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
lint :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
7
+ - uses : actions/checkout@v3
8
8
9
9
- name : Get yamllint version
10
10
run : yamllint --version
Original file line number Diff line number Diff line change 9
9
update-semver :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : haya14busa/action-update-semver@v1
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ yamllint "${options[@]}" ${INPUT_FILE_OR_DIR:-.} | tee -a "$LOGFILE"
35
35
exitcode=$?
36
36
37
37
shopt -u globstar
38
- echo " ::set-output name= logfile:: $( realpath ${LOGFILE} ) "
38
+ echo " logfile= $( realpath ${LOGFILE} ) " >> " $GITHUB_OUTPUT "
39
39
40
40
exit $exitcode
You can’t perform that action at this time.
0 commit comments