diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index fd9f59a..d531c17 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -75,7 +75,7 @@ jobs: id: oasdiff_breaking if: steps.check_sync.outputs.sync_needed == 'true' continue-on-error: true - uses: oasdiff/oasdiff-action/breaking@ccb863950ce437a50f8f1a40d2a1112117e06ce4 + uses: oasdiff/oasdiff-action/breaking@65fef71494258f00f911d7a71edb0482c5378899 with: base: https://raw.githubusercontent.com/immich-app/immich/refs/tags/${{ steps.stored_tag.outputs.stored_tag }}/open-api/immich-openapi-specs.json revision: https://raw.githubusercontent.com/immich-app/immich/refs/tags/${{ steps.tag_to_use.outputs.tag }}/open-api/immich-openapi-specs.json @@ -84,7 +84,7 @@ jobs: - name: Generate API changelog id: oasdiff_changelog if: steps.check_sync.outputs.sync_needed == 'true' - uses: oasdiff/oasdiff-action/changelog@ccb863950ce437a50f8f1a40d2a1112117e06ce4 + uses: oasdiff/oasdiff-action/changelog@65fef71494258f00f911d7a71edb0482c5378899 with: base: https://raw.githubusercontent.com/immich-app/immich/refs/tags/${{ steps.stored_tag.outputs.stored_tag }}/open-api/immich-openapi-specs.json revision: https://raw.githubusercontent.com/immich-app/immich/refs/tags/${{ steps.tag_to_use.outputs.tag }}/open-api/immich-openapi-specs.json