diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a993f66e10..de7f697898 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: name: spoc-${{ matrix.arch }} path: | build/* - - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/helm-chart-package.yaml b/.github/workflows/helm-chart-package.yaml index 055b5dbdfb..471e2934c2 100644 --- a/.github/workflows/helm-chart-package.yaml +++ b/.github/workflows/helm-chart-package.yaml @@ -36,7 +36,7 @@ jobs: name: ${{ steps.package.outputs.helm_tgz_name}} path: ${{ steps.package.outputs.helm_tgz_path}} if-no-files-found: error - - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 if: startsWith(github.ref, 'refs/tags/') with: files: |