Bump joncloud/makensis-action from 3.6 to 3.7

Bumps [joncloud/makensis-action](https://github.com/joncloud/makensis-action) from 3.6 to 3.7.
- [Release notes](https://github.com/joncloud/makensis-action/releases)
- [Commits](https://github.com/joncloud/makensis-action/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: joncloud/makensis-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-27 17:25:12 +00:00 committed by GitHub
commit ecd70d496b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ jobs:
pyinstaller -y ./package/Tautulli-${{ matrix.os }}.spec pyinstaller -y ./package/Tautulli-${{ matrix.os }}.spec
- name: Create Windows Installer - name: Create Windows Installer
uses: joncloud/makensis-action@v3.6 uses: joncloud/makensis-action@v3.7
if: matrix.os == 'windows' if: matrix.os == 'windows'
with: with:
script-file: ./package/Tautulli.nsi script-file: ./package/Tautulli.nsi