From 6652d5f7c307791f45e3e6395acfaa8b9ce48e1c Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 19 Mar 2023 17:32:05 +0530 Subject: [PATCH 1/2] flatpak-builder: Bump actions checkout version --- .github/workflows/flatpak-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak-builder.yml b/.github/workflows/flatpak-builder.yml index feb6176..517dd58 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: actions/checkout@v3 - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 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 }} From fbe3d54c509038f223319c1be100021a53036d0f Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 19 Mar 2023 17:51:36 +0530 Subject: [PATCH 2/2] flatpak-builder: bump version --- .github/workflows/flatpak-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-builder.yml b/.github/workflows/flatpak-builder.yml index 517dd58..edf4b23 100644 --- a/.github/workflows/flatpak-builder.yml +++ b/.github/workflows/flatpak-builder.yml @@ -12,7 +12,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v3 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 with: repository-name: gnome-nightly repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo