diff --git a/.github/workflows/flatpak-builder.yml b/.github/workflows/flatpak-builder.yml index feb6176..edf4b23 100644 --- a/.github/workflows/flatpak-builder.yml +++ b/.github/workflows/flatpak-builder.yml @@ -11,11 +11,11 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-40 options: --privileged steps: - - uses: actions/checkout@v2 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + - uses: actions/checkout@v3 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 with: repository-name: gnome-nightly repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo bundle: hu.kramo.Cartridges.flatpak manifest-path: hu.kramo.Cartridges.json - cache-key: flatpak-builder-${{ github.sha }} \ No newline at end of file + cache-key: flatpak-builder-${{ github.sha }}