chore(deps): update int128/diff-action action to v2

This commit is contained in:
renovate[bot] 2025-11-29 09:41:31 +00:00 committed by GitHub
parent faff62d455
commit 8511eef55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: helm template readur main/charts/readur --set persistence.uploads.existingClaim=uploads-test-pvc --set persistence.watch.existingClaim=watch-test-pvc --set persistence.data.existingClaim=data-test-pvc --set externalDatabase.enabled=true --set postgresql.enabled=false > main/charts/readur/build/manifest.yaml run: helm template readur main/charts/readur --set persistence.uploads.existingClaim=uploads-test-pvc --set persistence.watch.existingClaim=watch-test-pvc --set persistence.data.existingClaim=data-test-pvc --set externalDatabase.enabled=true --set postgresql.enabled=false > main/charts/readur/build/manifest.yaml
- name: create diff comment - name: create diff comment
uses: int128/diff-action@v1 uses: int128/diff-action@v2
with: with:
base: main/charts/readur/build base: main/charts/readur/build
head: charts/readur/build head: charts/readur/build