From ecd70d496bfcc649b5b2d1273ea8401e4eab85d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 17:25:12 +0000 Subject: [PATCH] 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] --- .github/workflows/publish-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-installers.yml b/.github/workflows/publish-installers.yml index bb100a2e..8ff7a514 100644 --- a/.github/workflows/publish-installers.yml +++ b/.github/workflows/publish-installers.yml @@ -72,7 +72,7 @@ jobs: pyinstaller -y ./package/Tautulli-${{ matrix.os }}.spec - name: Create Windows Installer - uses: joncloud/makensis-action@v3.6 + uses: joncloud/makensis-action@v3.7 if: matrix.os == 'windows' with: script-file: ./package/Tautulli.nsi