Skip to content

Commit aa21989

Browse files
dependabot[bot]StephenSorriaux
authored andcommitted
chore(deps): bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a5205c commit aa21989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
# https://github.com/actions/setup-java
140140
- name: Setup Java
141-
uses: actions/setup-java@v3
141+
uses: actions/setup-java@v4
142142
with:
143143
distribution: 'temurin'
144144
java-version: '17'

0 commit comments

Comments
 (0)