diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6178053..4cf7be6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,7 +14,7 @@ concurrency: jobs: test-renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:42.42.2@sha256:e333c788ebdb503317e66a83ba5bd38e1657824386aa38605f0af2037193e178 + container: ghcr.io/renovatebot/renovate:42.44.0@sha256:46929565343e0a0c36cfbd9cf7cfc1f357a9ead0046e5a1434b251f395d3ec94 steps: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 @@ -30,7 +30,7 @@ jobs: e2e-renovate: runs-on: ubuntu-latest needs: test-renovate - container: ghcr.io/renovatebot/renovate:42.42.2@sha256:e333c788ebdb503317e66a83ba5bd38e1657824386aa38605f0af2037193e178 + container: ghcr.io/renovatebot/renovate:42.44.0@sha256:46929565343e0a0c36cfbd9cf7cfc1f357a9ead0046e5a1434b251f395d3ec94 steps: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 116437e..b3781d9 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -7,7 +7,7 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:42.42.2@sha256:e333c788ebdb503317e66a83ba5bd38e1657824386aa38605f0af2037193e178 + container: ghcr.io/renovatebot/renovate:42.44.0@sha256:46929565343e0a0c36cfbd9cf7cfc1f357a9ead0046e5a1434b251f395d3ec94 steps: # Step 1: Check out the repository so your config file is available - name: Checkout