diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d8f5d6d..79169de 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,7 +6,7 @@ jobs: image: golang:latest steps: # Step 1: Check out the code - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 # Step 2: Set the working directory and build the project - run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go