File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 - uses : actions/checkout@v4
1212 with :
1313 path : ble-fuzzer
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 repository : ' protocol-fuzzing/protocol-state-fuzzer'
1717 ref : ' ddef362dd042dba83e6a50067e38414194d72e60'
1818 path : protocol-state-fuzzer
19- - uses : actions/setup-java@v4
19+ - uses : actions/setup-java@v5
2020 with :
2121 java-version : ' 17'
2222 distribution : ' temurin'
Original file line number Diff line number Diff line change 44 codespell :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - uses : codespell-project/actions-codespell@master
99 with :
1010 ignore_words_list : EMTY,ans
Original file line number Diff line number Diff line change 44 shellcheck :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - name : Run ShellCheck
99 uses : ludeeus/action-shellcheck@master
You can’t perform that action at this time.
0 commit comments