Skip to content

Commit

Permalink
Merge pull request #16 from vietmap-company/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
thanhdt-vietmap authored Jan 23, 2024
2 parents d252093 + 8dd1694 commit 7568dbb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
channel: ${{ env.FLUTTER_CHANNEL }}
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
channel: ${{ env.FLUTTER_CHANNEL }}
Expand All @@ -43,7 +43,7 @@ jobs:
working-directory: example

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
Expand All @@ -66,7 +66,7 @@ jobs:
working-directory: example

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
channel: ${{ env.FLUTTER_CHANNEL }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand All @@ -44,7 +44,7 @@ jobs:
working-directory: example

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
Expand All @@ -68,7 +68,7 @@ jobs:
working-directory: example

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: subosito/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 7568dbb

Please sign in to comment.