From 49f30189140bd7e430fd4996cf337299cd85d12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 08:05:51 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [OpenShock/actions/nsis-build](https://github.com/openshock/actions) and [docker/login-action](https://github.com/docker/login-action). Updates `OpenShock/actions/nsis-build` from f8100ff5d177b36c8f2c815949cce48b0217b629 to 96e1cda1be3fe2be1fc92f560798445e778da45e - [Commits](https://github.com/openshock/actions/compare/f8100ff5d177b36c8f2c815949cce48b0217b629...96e1cda1be3fe2be1fc92f560798445e778da45e) Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/371161bbe7024a29a25c5e19bfcbc0804fe9ad2c...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: OpenShock/actions/nsis-build dependency-version: 96e1cda1be3fe2be1fc92f560798445e778da45e dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 93bef20..bf1bef0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -130,7 +130,7 @@ jobs: path: publish/ - name: Create nsis installer - uses: OpenShock/actions/nsis-build@f8100ff5d177b36c8f2c815949cce48b0217b629 # v1.1.2 + uses: OpenShock/actions/nsis-build@96e1cda1be3fe2be1fc92f560798445e778da45e # v1.1.2 with: script-file: ${{ github.workspace }}\Installer\installer.nsi @@ -155,7 +155,7 @@ jobs: uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - name: Log in to Container Registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}