flatpak-builder: Bump actions checkout version
This commit is contained in:
committed by
GitHub
parent
a4cc224aa5
commit
6652d5f7c3
4
.github/workflows/flatpak-builder.yml
vendored
4
.github/workflows/flatpak-builder.yml
vendored
@@ -11,11 +11,11 @@ jobs:
|
|||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
|
||||||
with:
|
with:
|
||||||
repository-name: gnome-nightly
|
repository-name: gnome-nightly
|
||||||
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
|
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
|
||||||
bundle: hu.kramo.Cartridges.flatpak
|
bundle: hu.kramo.Cartridges.flatpak
|
||||||
manifest-path: hu.kramo.Cartridges.json
|
manifest-path: hu.kramo.Cartridges.json
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user