diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 00baeff..ff60e88 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -121,7 +121,7 @@ jobs: name: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip path: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip - name: Create GitHub release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2.0.7 if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} with: token: ${{ secrets.GITHUB_TOKEN }}