Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: bump subosito/flutter-action from 2.10.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@48cafc2...cc97e16)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 456f109 commit 02e200e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand All @@ -48,7 +48,7 @@ jobs:
with:
ref: ${{ needs.build.outputs.commit_ref }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand All @@ -73,7 +73,7 @@ jobs:
with:
ref: ${{ needs.build.outputs.commit_ref }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand All @@ -94,7 +94,7 @@ jobs:
with:
ref: ${{ needs.build.outputs.commit_ref }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand All @@ -121,7 +121,7 @@ jobs:
with:
ref: ${{ needs.build.outputs.commit_ref }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand All @@ -147,7 +147,7 @@ jobs:
with:
ref: ${{ needs.build.outputs.commit_ref }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand All @@ -172,7 +172,7 @@ jobs:
with:
ref: ${{ needs.build.outputs.commit_ref }}

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # v2.11.0
with:
channel: "stable"
cache: true
Expand Down

0 comments on commit 02e200e

Please sign in to comment.