Skip to content

Commit

Permalink
Merge pull request #329 from RodrigoSMarques/dev
Browse files Browse the repository at this point in the history
Review Workflows
  • Loading branch information
RodrigoSMarques authored May 21, 2024
2 parents 7186eb1 + 5a02735 commit 02e6f57
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
Expand Down
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
2 changes: 1 addition & 1 deletion .github/workflows/send-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Repository Dispatch
if: ${{ github.repository == 'RodrigoSMarques/flutter_branch_sdk' }}
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.TOKEN_BRANCH_UPSTREAM}}
repository: BranchMetrics/flutter_branch_sdk
Expand Down

0 comments on commit 02e6f57

Please sign in to comment.