mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-08 21:04:32 +00:00
build(deps): bump flatpak/flatpak-github-actions from 6.6 to 6.7 (#12154)
Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.6 to 6.7. <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.7</h2> <ul> <li>Bump action to node 24</li> <li>Add the git commit as the ostree commit subject</li> <li>Allow configurable build/repo/state dirs</li> <li>Add keep-build-dirs flag</li> <li>Update action dependencies</li> <li>Improvements to contributing docs</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="401fe28a83"><code>401fe28</code></a> flatpak-builder: Add keepBuildDirs flag (<a href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/229">#229</a>)</li> <li><a href="fc05c5ecc1"><code>fc05c5e</code></a> action: Bump to node 24 (<a href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/243">#243</a>)</li> <li><a href="ce5753fa41"><code>ce5753f</code></a> Some doc improvements (<a href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/245">#245</a>)</li> <li><a href="fef33cbb5c"><code>fef33cb</code></a> Update dependencies (<a href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/244">#244</a>)</li> <li><a href="0a63139699"><code>0a63139</code></a> feat(flatpak-builder): Allow configurable build/repo/state dirs (<a href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/237">#237</a>)</li> <li><a href="ad1b66ed72"><code>ad1b66e</code></a> flatpak-builder: Add the git commit as the ostree commit subject</li> <li>See full diff in <a href="92ae9851ad...401fe28a83">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 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>
This commit is contained in:
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
mkdir dist
|
||||
tar --verbose --extract --strip-components 1 --directory dist --file ghostty-source.tar.gz
|
||||
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101 # v6.6
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@401fe28a8384095fc1531b9d320b292f0ee45adb # v6.7
|
||||
with:
|
||||
bundle: com.mitchellh.ghostty
|
||||
manifest-path: dist/flatpak/com.mitchellh.ghostty.yml
|
||||
|
||||
Reference in New Issue
Block a user