From f7349f5461e051a493dff1c5241436be63e32d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:36:19 +0000 Subject: [PATCH] Bump workflow/nix-shell-action from 3.3.2 to 3.4.0 Bumps [workflow/nix-shell-action](https://github.com/workflow/nix-shell-action) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/workflow/nix-shell-action/releases) - [Commits](https://github.com/workflow/nix-shell-action/compare/10ebd4e80eae8a5bc5147c0a36ebb568d1b277bd...5fdff26c1325df635247f72cba79ffc370303fdb) --- updated-dependencies: - dependency-name: workflow/nix-shell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-server.yml b/.github/workflows/deploy-server.yml index 833e7e7..98d8543 100644 --- a/.github/workflows/deploy-server.yml +++ b/.github/workflows/deploy-server.yml @@ -63,7 +63,7 @@ jobs: flake-lock-path: nixos/server/flake.lock - name: Run nixos-rebuild - uses: workflow/nix-shell-action@10ebd4e80eae8a5bc5147c0a36ebb568d1b277bd # v3.3.2 + uses: workflow/nix-shell-action@5fdff26c1325df635247f72cba79ffc370303fdb # v3.4.0 with: packages: nixos-rebuild working-directory: nixos/server