Skip to content

Commit 9840a38

Browse files
authored
Merge pull request #312 from shopware/dependabot/github_actions/main/actions/setup-java-6
chore(deps): bump actions/setup-java from 5 to 6
2 parents c0f7e24 + 25e3355 commit 9840a38

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Set up the Java environment for the next steps
4747
- name: Setup Java
48-
uses: actions/setup-java@v5
48+
uses: actions/setup-java@v6
4949
with:
5050
distribution: zulu
5151
java-version: 21
@@ -96,7 +96,7 @@ jobs:
9696

9797
# Set up the Java environment for the next steps
9898
- name: Setup Java
99-
uses: actions/setup-java@v5
99+
uses: actions/setup-java@v6
100100
with:
101101
distribution: zulu
102102
java-version: 21
@@ -145,7 +145,7 @@ jobs:
145145

146146
# Set up the Java environment for the next steps
147147
- name: Setup Java
148-
uses: actions/setup-java@v5
148+
uses: actions/setup-java@v6
149149
with:
150150
distribution: zulu
151151
java-version: 21

.github/workflows/release.yml

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

3434
# Set up the Java environment for the next steps
3535
- name: Setup Java
36-
uses: actions/setup-java@v5
36+
uses: actions/setup-java@v6
3737
with:
3838
distribution: zulu
3939
java-version: 21

0 commit comments

Comments
 (0)