Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent e55a046 commit 8acf207
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: flint

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze
6 changes: 3 additions & 3 deletions .github/workflows/stevia_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run:
working-directory: stevia/example
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand All @@ -58,9 +58,9 @@ jobs:
run:
working-directory: stevia/example
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: futureware-tech/simulator-action@v2
with:
model: 'iPhone 14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stevia_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: stevia

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sugar_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart run coverage:test_with_coverage test ./integration_test/
Expand All @@ -42,7 +42,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
Expand All @@ -58,7 +58,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
Expand All @@ -74,7 +74,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sugar_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: sugar

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze --fatal-warnings
Expand All @@ -34,7 +34,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart run coverage:test_with_coverage test ./integration_test/
Expand All @@ -49,7 +49,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
Expand All @@ -65,7 +65,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
Expand All @@ -81,7 +81,7 @@ jobs:
run:
working-directory: sugar
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sugar_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: sugar

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze --fatal-warnings
Expand Down

0 comments on commit 8acf207

Please sign in to comment.