Skip to content

Commit 403d1bf

Browse files
Merge pull request #63 from flutter-form-builder-ecosystem/dependabot/github_actions/actions/setup-java-3
build(deps): bump actions/setup-java from 2 to 3
2 parents 599939d + cb44658 commit 403d1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
paths: "**/*.md"
2525

2626
- name: Setup Java
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v3
2828
with:
2929
distribution: 'zulu'
3030
java-version: '11'

0 commit comments

Comments
 (0)