diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 261a842..d58f5c1 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: run: | git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}" - name: Checkout repository - uses: docker/checkout@v4 + uses: actions/checkout@v4 with: token: ${{ secrets.TOKEN }}