Skip to content

Commit

Permalink
Review Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoSMarques committed May 21, 2024
1 parent 0e76217 commit 49c6ab2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4
with:
java-version: "17.x"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: tool/build-web.sh
- name: Deploy to Netlify
if: ${{ github.repository == 'RodrigoSMarques/flutter_branch_sdk' }}
uses: nwtgck/actions-netlify@v1.1
uses: nwtgck/actions-netlify@v3
with:
publish-dir: './example/build/web'
production-branch: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-bugfix-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: pull-request-master-to-bugfix
if: ${{ github.repository == 'RodrigoSMarques/flutter_branch_sdk' }}
uses: repo-sync/pull-request@v2.6.2
uses: repo-sync/pull-request@v2
with:
source_branch: "bugfix"
destination_branch: "dev"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-master-bugfix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: pull-request-master-to-bugfix
if: ${{ github.repository == 'RodrigoSMarques/flutter_branch_sdk' }}
uses: repo-sync/pull-request@v2.6.2
uses: repo-sync/pull-request@v2
with:
source_branch: "master"
destination_branch: "bugfix"
Expand Down

0 comments on commit 49c6ab2

Please sign in to comment.