diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e37a6da..0fa783b 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -31,9 +31,9 @@ jobs: steps: - name: nodejs installation - run: pacman -Syu nodejs --noconfirm + run: pacman -Syu nodejs base-devel git --noconfirm - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure Git user run: |