diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 5716a84..760ac97 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,8 +18,11 @@ jobs: # - name: Debug runner (act version) # run: act --version + - name: 'FIX: fetch actions/checkout@v4' + run: curl -fsL -o actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js + - name: Setup repo - uses: https://code.forgejo.org/actions/checkout@v4 + uses: actions/checkout@v4 - name: Testing runner run: echo All Good