diff options
author | Valentin Popov <valentin@popov.link> | 2024-11-06 09:43:04 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-11-06 09:43:04 +0300 |
commit | 471c98d9584f1351d0c2fc879383d5c3168b8811 (patch) | |
tree | 1a80d64029caedc1f53cad0d944c54e894c26a8a /.gitea/workflows | |
parent | 058299a1fa9215c3bd98af12ec3e0926f39f256e (diff) | |
parent | 6a05b1f22f03de30b0f398637cfc53ee44729638 (diff) | |
download | popov.link-471c98d9584f1351d0c2fc879383d5c3168b8811.tar.xz popov.link-471c98d9584f1351d0c2fc879383d5c3168b8811.zip |
Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v39' (!22) from renovate/ghcr.io-renovatebot-renovate-39.x into master
Reviewed-on: https://code.popov.link/valentineus/popov.link/pulls/22
Diffstat (limited to '.gitea/workflows')
-rw-r--r-- | .gitea/workflows/renovate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 263bdf8..57f62a0 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -5,7 +5,7 @@ on: jobs: renovate: - container: ghcr.io/renovatebot/renovate:38 + container: ghcr.io/renovatebot/renovate:39 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 |