From 1edee67ca16c21f951a16a1ac43ad0c5f3226225 Mon Sep 17 00:00:00 2001 From: heliguy Date: Tue, 7 Jan 2025 21:35:03 -0500 Subject: [PATCH] Update checkout action to v4 --- .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 aff6284..a83e007 100644 --- a/.github/workflows/flatpak-builder.yml +++ b/.github/workflows/flatpak-builder.yml @@ -12,7 +12,7 @@ jobs: options: --privileged steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Flatpak Builder uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1