diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 41f5785..bf210bc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Restore docker image id: cache-docker - uses: actions/cache@v3 + uses: https://github.com/actions/cache@v3 with: path: /tmp/docker key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }} @@ -45,7 +45,7 @@ jobs: - name: Restore docker image id: cache-docker - uses: actions/cache@v3 + uses: https://github.com/actions/cache@v3 with: path: /tmp/docker key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}