Skip to content

Commit

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

Bump cachix/install-nix-action from 29 to 30
  • Loading branch information
pSub authored Nov 3, 2024
2 parents 751842f + 6f7d85a commit 4eccaf3
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@9f70348d77d0422624097c4b7a75563948901306 # V29
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # V30
- 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@9f70348d77d0422624097c4b7a75563948901306 # V29
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # V30
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@9f70348d77d0422624097c4b7a75563948901306 # V29
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # V30

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

0 comments on commit 4eccaf3

Please sign in to comment.