Skip to content

Commit

Permalink
chore(deps): bump flatpak/flatpak-github-actions from 6.2 to 6.3 (#13)
Browse files Browse the repository at this point in the history
* chore(deps): bump flatpak/flatpak-github-actions from 6.2 to 6.3

Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.2 to 6.3.
- [Release notes](https://github.com/flatpak/flatpak-github-actions/releases)
- [Commits](flatpak/flatpak-github-actions@v6.2...v6.3)

---
updated-dependencies:
- dependency-name: flatpak/flatpak-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci(deps): fix dependabot labels to trigger ci

* style: fix dependabot config file

* chore(changelog): add entry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: florianvazelle <[email protected]>
  • Loading branch information
dependabot[bot] and florianvazelle authored Oct 24, 2023
1 parent 31d9d6c commit 45c83d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

version: 2
updates:

Expand All @@ -12,3 +11,6 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependabot"
- "dependencies"
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.2
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
with:
bundle: marble.flatpak
manifest-path: public/packaging/flatpak/org.mechanicalflower.Marble.yml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Fixed
### Security
### Dependencies
- Bump `flatpak/flatpak-github-actions` from 6.2 to 6.3 ([#13](https://github.com/MechanicalFlower/Marble/pull/13))

[Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.4.1...HEAD

0 comments on commit 45c83d2

Please sign in to comment.