From 4748aa45d87c84b0bfab6095344aada0adb3ed4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 14 Feb 2025 14:07:55 +0100 Subject: [PATCH] CI updates This is done by the automated script named upgrade-ci-2025 --- .github/renovate.json5 | 2 +- .github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9cb60aa..e6b94bc 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,7 +3,7 @@ 'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.0', 'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.0', 'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.0', - 'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.0', + 'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.1', 'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.0', 'github>camptocamp/gs-renovate-config-preset:docker.json5#0.8.0', 'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.0', diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 173d785..46e5334 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -63,9 +63,9 @@ jobs: - name: Publish run: tag-publish - if: env.HAS_SECRETS == 'HAS_SECRETS' && github.actor != 'renovate[bot]' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + if: env.HAS_SECRETS == 'HAS_SECRETS' && github.actor != 'renovate[bot]' - run: git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true if: failure() - uses: actions/upload-artifact@v4