Skip to content

Commit dae261b

Browse files
chore(deps): update actions/setup-java action to v4 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e70f9d6 commit dae261b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ runs:
130130
echo "triggered=false" >> $GITHUB_OUTPUT
131131
132132
# Setup Java and cache dir
133-
- uses: actions/setup-java@v3
133+
- uses: actions/setup-java@v4
134134
with:
135135
cache: ${{ inputs.java-cache }}
136136
distribution: ${{ inputs.java-distribution }}

0 commit comments

Comments
 (0)