build(deps): bump flatpak/flatpak-github-actions from 6.5 to 6.6 (#9279)
Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.5 to 6.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/flatpak/flatpak-github-actions/releases">flatpak/flatpak-github-actions's releases</a>.</em></p> <blockquote> <h2>v6.6</h2> <ul> <li>Specify full URL policy when mirroring screenshots</li> <li>Fix restore cache keys to actually include arch</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/9288/head92ae9851ad"><code>92ae985</code></a> Fix restore cache keys to actually include arch</li> <li><a href="b8a638469e"><code>b8a6384</code></a> Specify full URL policy when mirroring screenshots</li> <li><a href="6684584b07"><code>6684584</code></a> Switch funding to flatpak instead</li> <li><a href="e5aa88fb51"><code>e5aa88f</code></a> readme: Update flathub images list</li> <li><a href="b93832bada"><code>b93832b</code></a> Sync readme from flathub's fork</li> <li>See full diff in <a href="10a3c29f01...92ae9851ad">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) </details>
commit
88ec71dd5a
|
|
@ -1095,7 +1095,7 @@ jobs:
|
|||
needs: test
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c # v6.5
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101 # v6.6
|
||||
with:
|
||||
bundle: com.mitchellh.ghostty
|
||||
manifest-path: flatpak/com.mitchellh.ghostty.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue