Skip to content

Commit

Permalink
Merge pull request #313 from purcell/dependabot/github_actions/cachix…
Browse files Browse the repository at this point in the history
…/install-nix-action-30

chore(deps): bump cachix/install-nix-action from 29 to 30
  • Loading branch information
purcell authored Oct 7, 2024
2 parents f2b9144 + cc31552 commit 417da64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- run: nix flake lock
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- id: set-matrix
name: Generate Nix Matrix
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 30 # Safety net in case of hanging executable
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: emacs-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update snapshot commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update release snapshot commit
Expand Down

0 comments on commit 417da64

Please sign in to comment.