diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index 94e32ad..2bce3ad 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -15,7 +15,7 @@ jobs: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Link the workdir into /buildroot # for script compatability with the old builder. run: | ln -vfs ${{ gitea.workspace }} /buildroot