Skip to content

Commit

Permalink
Merge 278cbe6 into 7e193ed
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 12, 2023
2 parents 7e193ed + 278cbe6 commit 8a1f12c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-pubspec-${{ env.FLUTTER_SDK_VERSION }}-${{ hashFiles('**/pubspec.lock') }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: /Users/runner/hostedtoolcache/flutter
key: ${{ runner.os }}-pubspec-${{ env.FLUTTER_SDK_VERSION }}-${{ hashFiles('**/pubspec.lock') }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-pubspec-${{ env.FLUTTER_SDK_VERSION }}-${{ hashFiles('**/pubspec.lock') }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
path: /Users/runner/hostedtoolcache/flutter
key: ${{ runner.os }}-pubspec-${{ env.FLUTTER_SDK_VERSION }}-${{ hashFiles('**/pubspec.lock') }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}

Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-pubspec-${{ env.FLUTTER_SDK_VERSION }}-${{ hashFiles('**/pubspec.lock') }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}

Expand Down

0 comments on commit 8a1f12c

Please sign in to comment.