Skip to content

Commit d6c04b6

Browse files
authored
Merge pull request #6 from protocol-fuzzing/bump-actions
Bump checkout and java actions from 4 to 5
2 parents e496f51 + 7c3ca13 commit d6c04b6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
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

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ jobs:
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

0 commit comments

Comments
 (0)