File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
13+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1414
1515 - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
1616 with :
Original file line number Diff line number Diff line change 1010 verify-commits :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
13+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1414
1515 # https://github.com/taskmedia/action-conventional-commits
1616 - uses : taskmedia/action-conventional-commits@851d8b8685588ffa1cf390ade7f126116020d844 # v1.1.23
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2222 with :
2323 # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags)
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 3737 release-version : ${{ steps.release.outputs.new_release_version }}
3838
3939 steps :
40- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
40+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4141 with :
4242 # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags)
4343 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments