Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update README to include drift and hive #1735

Merged
merged 21 commits into from
Dec 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
17597f1
Update
buenaflor Nov 17, 2023
cb42bb2
Update README.md
buenaflor Nov 29, 2023
0373cbe
Fix formatting and analyze ci issues (#1733)
buenaflor Nov 16, 2023
8475ab7
Add drift and hive as craft registry target (#1731)
buenaflor Nov 16, 2023
fb06746
build(deps): bump dart-lang/setup-dart from 1.3.0 to 1.6.0 (#1743)
dependabot[bot] Nov 22, 2023
f684853
chore(deps): update Android SDK to v6.34.0 (#1746)
github-actions[bot] Nov 22, 2023
8b1d298
deps: update `package_info_plus` constraints (#1749)
buenaflor Nov 22, 2023
48843fe
release: 7.13.2
getsentry-bot Nov 22, 2023
52c1735
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 (#1742)
dependabot[bot] Nov 23, 2023
c97c44e
build(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0…
dependabot[bot] Nov 23, 2023
d42a3e3
build(deps): bump actions/checkout from 3 to 4 (#1740)
dependabot[bot] Nov 23, 2023
4811ef1
build(deps): bump VeryGoodOpenSource/very_good_coverage (#1739)
dependabot[bot] Nov 23, 2023
384effb
chore: update scripts/update-symbol-collector.sh to 1.13.0 (#1737)
github-actions[bot] Nov 23, 2023
9beda56
chore: update scripts/update-symbol-collector.sh to 1.13.0 (#1754)
github-actions[bot] Nov 23, 2023
edb20db
Add option to opt out of fatal level for automatically collected erro…
denrase Nov 28, 2023
c87bdb9
build(deps): bump natiginfo/action-detekt-all from 1.23.3 to 1.23.4 (…
dependabot[bot] Nov 28, 2023
af3b3cb
chore(deps): update Cocoa SDK to v8.17.0 (#1761)
github-actions[bot] Nov 28, 2023
77d3823
build(deps): bump subosito/flutter-action from 2.10.0 to 2.12.0 (#1759)
dependabot[bot] Nov 28, 2023
fc526c7
Update inner readmes
buenaflor Nov 29, 2023
bfe2109
Merge branch 'main' into chore/update-readme
buenaflor Nov 29, 2023
1437a97
Merge branch 'main' into chore/update-readme
buenaflor Nov 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (
…#1741)

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.11.0...01ce38b)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
dependabot[bot] and buenaflor committed Nov 29, 2023
commit c97c44e7af0f9afd4fa928c2b92ac44467915f0f
2 changes: 1 addition & 1 deletion .github/workflows/hive.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
with:
access_token: ${{ github.token }}