fix actions url

This commit is contained in:
pat-s
2023-08-31 20:56:09 +02:00
parent 30f2f9ad88
commit 967b72cfb7

View File

@@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v3 - uses: actions/checkout@v3
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: https://github.com/renovatebot/github-action@v39.0.3 uses: https://github.com/actions/renovatebot/github-action@v39.0.3
env: env:
RENOVATE_REPOSITORY_CACHE: "enabled" RENOVATE_REPOSITORY_CACHE: "enabled"
with: with: