diff --git a/.forgejo/workflows/build-deploy.yml b/.forgejo/workflows/build-deploy.yml index 237487b..b153732 100644 --- a/.forgejo/workflows/build-deploy.yml +++ b/.forgejo/workflows/build-deploy.yml @@ -9,7 +9,7 @@ jobs: container: image: node:lts steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Install Dependencies run: npm install - name: Build Website