diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7738770aa..6c7a2f897 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -194,7 +194,7 @@ jobs: - name: Create Release if: env.LATEST_TAG != env.NEXT_TAG id: create_release - uses: softprops/action-gh-release@master + uses: softprops/action-gh-release@v2.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5540fd27d..2ae8d6225 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -143,7 +143,7 @@ jobs: command: make chart_release - name: Create Nightly Release id: create_release - uses: softprops/action-gh-release@master + uses: softprops/action-gh-release@v2.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ env.BASE_RELEASE }}