Skip to content

Commit

Permalink
Merge pull request #75 from flutter-form-builder-ecosystem/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/actions/setup-java-4

build(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
deandreamatias authored Nov 30, 2023
2 parents 9e3b1d4 + 1dbb9a7 commit cbb09fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
paths: "**/*.md"

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit cbb09fc

Please sign in to comment.