From 10ef824161b2b70c4a350c430d076321be37eded Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 25 Mar 2025 00:34:12 +0100 Subject: [PATCH] fix --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 70c3358..c4d3bc4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install ImageMagick run: sudo apt-get update && sudo apt-get install -y imagemagick - name: Generate Pictures