From 2143cb7300047747c1f4b7066895ff6246979d06 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Sun, 26 Apr 2026 18:37:46 +0200 Subject: [PATCH] update checkout action in composer workflow --- .github/workflows/ci_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index c24bab6..03321f2 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -29,7 +29,7 @@ jobs: - run: pip3 install pyvips - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build id: build run: |