From c8b69984ca93368c8f5223f75a30730d4ea2eb50 Mon Sep 17 00:00:00 2001 From: technosf <535060+technosf@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:18:43 -0700 Subject: [PATCH] Update main.yml checkout@v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4575d8..2c8d484 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Builds your flatpak manifest using the Flatpak Builder action - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3