Skip to content

Commit 7b02a97

Browse files
authored
Merge pull request #418 from asterisk-java/dependabot/github_actions/actions/setup-java-3.6.0
Bump actions/setup-java from 3.5.1 to 3.6.0
2 parents 1e5c4c4 + b1ae022 commit 7b02a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2121
- name: Setup Java ${{ matrix.java }}
22-
uses: actions/setup-java@v3.5.1
22+
uses: actions/setup-java@v3.6.0
2323
with:
2424
distribution: temurin
2525
java-version: ${{ matrix.java }}

.github/workflows/nexus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Install Java and Maven
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v3.6.0
1818
with:
1919
java-version: 1.8
2020

0 commit comments

Comments
 (0)