Skip to content

Commit

Permalink
Merge pull request #138 from Prime-Holding/chore/update-github-workfl…
Browse files Browse the repository at this point in the history
…ow-dependencies

Update github workflows
  • Loading branch information
DDavidPrime authored Dec 23, 2024
2 parents bd8cbe6 + 85f7015 commit 731e374
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: dart --version
Expand All @@ -49,12 +49,12 @@ jobs:
working-directory: ${{ matrix.folder }}
run: flutter pub run clean_coverage clean --exclusions '**/.g.dart','**repository.dart','**rxb.g.dart','**_dependencies.dart' coverage/lcov.info
- name: Check Code Coverage
uses: VeryGoodOpenSource/very_good_coverage@v2
uses: VeryGoodOpenSource/very_good_coverage@v3
with:
path: "${{ matrix.folder }}/coverage/lcov.info"
min_coverage: 58
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ${{ matrix.folder }}/coverage
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golden_test_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
Expand All @@ -36,7 +36,7 @@ jobs:
working-directory: "packages/${{ inputs.package }}"
run: flutter test --update-goldens
- name: Upload test directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ inputs.package }}_tests"
path: "packages/${{ inputs.package }}/test/"
4 changes: 2 additions & 2 deletions .github/workflows/widget_toolkit_biometrics_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/widget_toolkit_otp_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/widget_toolkit_pin_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/widget_toolkit_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/widget_toolkit_qr_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 2 additions & 2 deletions packages/widget_toolkit/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ packages:
dependency: transitive
description:
name: copy_with_extension
sha256: fbcf890b0c34aedf0894f91a11a579994b61b4e04080204656b582708b5b1125
sha256: ed472ae80d807094d7a7d7ef67901f8167d18c7998e6db81785a51364aede627
url: "https://pub.dev"
source: hosted
version: "5.0.4"
version: "6.0.0"
crypto:
dependency: transitive
description:
Expand Down

0 comments on commit 731e374

Please sign in to comment.