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] 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 }}