Skip to content

Commit

Permalink
Bump dependencies in CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Jun 9, 2024
1 parent 2ddaefd commit 470a3bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
with:
bundle: pwvucontrol.flatpak
manifest-path: build-aux/com.saivert.pwvucontrol.json
cache-key: flatpak-builder-${{ github.sha }}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: pwvucontrol.flatpak
Expand Down

0 comments on commit 470a3bf

Please sign in to comment.