Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot da94e734f0 Pin actions/checkout action to b4ffde6 2024-03-24 14:11:00 +00:00
Renovate Bot d9ff11c36f Update ghcr.io/renovatebot/renovate Docker tag to v37.269.2
renovate / renovate (push) Successful in 1m13s Details
2024-03-24 14:08:39 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.266.0 container: ghcr.io/renovatebot/renovate:37.269.2@sha256:bb24d70c1ed6bd54338094c351c3a6f9574ada571daac59fd1666c61180d60f6
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js" RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"