diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index c30dd24..cfe298d 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -11,10 +11,9 @@ jobs: renovate: runs-on: ubuntu-latest steps: - - name: Checkout - - uses: actions/checkout@v3 + - uses: https://github.com/actions/checkout@v3 - name: Self-hosted Renovate - uses: https://github.com/actions/renovatebot/github-action@v39.0.3 + uses: https://github.com/renovatebot/github-action@v39.0.3 env: RENOVATE_REPOSITORY_CACHE: "enabled" with: