Skip to content

Commit

Permalink
Merge pull request #37 from pSub/dependabot/github_actions/cachix/ins…
Browse files Browse the repository at this point in the history
…tall-nix-action-29

Bump cachix/install-nix-action from 27 to 29
  • Loading branch information
pSub authored Oct 2, 2024
2 parents 4b82641 + 535e791 commit 5d6bc20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deadnix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
egress-policy: audit

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # V27
- uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # V29
- uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
with:
name: deadnix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Install nix
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # V27
uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # V29
with:
nix_path: nixpkgs=channel:nixos-24.05

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-and-deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "previous_hash=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"

- name: Install nix
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # V27
uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # V29

- name: Update flake lock file
run: nix flake update --no-warn-dirty
Expand Down

0 comments on commit 5d6bc20

Please sign in to comment.