Skip to content

Commit deba07f

Browse files
build(deps): bump actions/setup-java from 5.3.0 to 5.4.0 (#250)
1 parent 2b6b32a commit deba07f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Setup JDK and Maven
3333
- name: Set up JDK
34-
uses: actions/setup-java@v5.3.0
34+
uses: actions/setup-java@v5.4.0
3535
with:
3636
java-version-file: .java-version
3737
distribution: 'zulu'

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Setup JDK and .m2/settings.xml
2121
- name: Set up JDK
22-
uses: actions/setup-java@v5.3.0
22+
uses: actions/setup-java@v5.4.0
2323
with:
2424
java-version-file: .java-version
2525
distribution: 'zulu'

0 commit comments

Comments
 (0)