1 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.62.4 container: ghcr.io/renovatebot/renovate:41.24.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/getzola/zola:v0.21.0 as zola FROM ghcr.io/getzola/zola:v0.20.0 as zola
COPY . /project COPY . /project
WORKDIR /project WORKDIR /project