Skip to content

Commit

Permalink
chore(ci): update nix & cachix GH action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aruZeta committed Jan 29, 2024
1 parent 5a285c1 commit 5cca07c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Fetch repo's pushed branch
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.05
- name: Setup cachix
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: my-dotfiles # Holds the cached flake, so not to build it
- name: Run benchmarks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gendocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
ref: docs
path: destination
- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.05
- name: Setup cachix
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: my-dotfiles # Holds the cached flake, so not to build it
- name: Build docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Fetch repo's pushed branch
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.05
- name: Setup cachix
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: my-dotfiles # Holds the cached flake, so not to build it
- name: Run tests
Expand Down

0 comments on commit 5cca07c

Please sign in to comment.