)]}'
{
  "commit": "80fa07e27656f5cc051dd5d81fcf7ab92c434f76",
  "tree": "cea580b1868943e559098e8a6ef49803e25bfd8a",
  "parents": [
    "9a027d61043a8175dfad794d3fe0cd47bc58b3ae"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Wed May 01 02:31:06 2024 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed May 01 02:31:06 2024 +0000"
  },
  "message": "Bump subosito/flutter-action from 2.15.0 to 2.16.0 (dart-lang/markdown#608)\n\nBumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.15.0 to 2.16.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href\u003d\"https://github.com/subosito/flutter-action/releases\"\u003esubosito/flutter-action\u0027s releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.16.0\u003c/h2\u003e\n\u003cp\u003eThis release introduces the \u003ccode\u003edry-run\u003c/code\u003e option, which lets you only get action outputs without downloading Flutter. This can be useful if you want to set up some automations to be notified about new Flutter releases.\u003c/p\u003e\n\u003cpre lang\u003d\"yaml\"\u003e\u003ccode\u003esteps:\n  - name: Clone repository\n  - uses: actions/checkout@v4\n  - name: Set up Flutter\n    uses: subosito/flutter-action@v2\n    id: flutter-action\n    with:\n      channel: stable\n      dry-run: true\n  - run: |\n      # Always print the latest stable version.\n      echo CHANNEL\u003d${{ steps.flutter-action.outputs.CHANNEL }}\n      echo VERSION\u003d${{ steps.flutter-action.outputs.VERSION }}\n    shell: bash\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThank you \u003ca href\u003d\"https://github.com/kzrnm\"\u003e\u003ccode\u003e@âkzrnm\u003c/code\u003e\u003c/a\u003e for suggesting and implementing it in \u003ca href\u003d\"https://redirect.github.com/subosito/flutter-action/issues/270\"\u003edart-lang/markdown#270\u003c/a\u003e!\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/subosito/flutter-action/commit/44ac965b96f18d999802d4b807e3256d5a3f9fa1\"\u003e\u003ccode\u003e44ac965\u003c/code\u003e\u003c/a\u003e Add dry-run (\u003ca href\u003d\"https://redirect.github.com/subosito/flutter-action/issues/270\"\u003edart-lang/markdown#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/subosito/flutter-action/commit/980391a6c51b6f81252a39f1a63c5c3e64ada99c\"\u003e\u003ccode\u003e980391a\u003c/code\u003e\u003c/a\u003e more README fixes (\u003ca href\u003d\"https://redirect.github.com/subosito/flutter-action/issues/292\"\u003edart-lang/markdown#292\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href\u003d\"https://github.com/subosito/flutter-action/compare/3d804929922b667a63a229bc59037807f969e885...44ac965b96f18d999802d4b807e3256d5a3f9fa1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dsubosito/flutter-action\u0026package-manager\u003dgithub_actions\u0026previous-version\u003d2.15.0\u0026new-version\u003d2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\u003c/details\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "40a497c44e8f25ecea63590444a0a55cdfd0f0a4",
      "old_mode": 33188,
      "old_path": "pkgs/markdown/.github/workflows/flutter_markdown.yaml",
      "new_id": "e0acad33536423586e6dcf27cc2c2e99feccdd67",
      "new_mode": 33188,
      "new_path": "pkgs/markdown/.github/workflows/flutter_markdown.yaml"
    }
  ]
}
