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