diff --git a/.github/workflows/capture-core-publish.yml b/.github/workflows/capture-core-publish.yml index 0458a25..5982074 100644 --- a/.github/workflows/capture-core-publish.yml +++ b/.github/workflows/capture-core-publish.yml @@ -116,7 +116,7 @@ jobs: with: name: dist path: dist/ - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: files: dist/* generate_release_notes: true diff --git a/.github/workflows/trace-adapters-publish.yml b/.github/workflows/trace-adapters-publish.yml index 8fffda0..e9f1f23 100644 --- a/.github/workflows/trace-adapters-publish.yml +++ b/.github/workflows/trace-adapters-publish.yml @@ -93,7 +93,7 @@ jobs: with: name: trace-adapters-dist path: dist/ - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: files: dist/* generate_release_notes: true