From 10c8784f25cde638e0795fb8fd71cf916a94b5d3 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 21 Sep 2024 14:59:13 -0400 Subject: [PATCH] . --- .forgejo/workflows/compile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index f1fbf1a..f762bdf 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -10,8 +10,8 @@ jobs: arch: [aarch64] runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"] steps: - #- name: Check out repository - # uses: actions/checkout@v3 + - name: Check out repository + uses: actions/checkout@v4 - name: Configure Cytoplasm run: ./configure - name: Build Cytoplasm