diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 9c041ad..84f4101 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Restore Renovate Cache id: cache-renovate - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: /tmp/renovate/cache key: ${{ runner.os }}-renovate-cache @@ -33,7 +33,7 @@ jobs: - name: Save Renovate Cache id: cache-renovate - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: /tmp/renovate/cache key: ${{ runner.os }}-renovate-cache