Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Feb 10, 2024
2 parents f2adcc0 + 50faa6d commit cb5f7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@v25
with:
nix_path: "nixpkgs=channel:nixos-23.11"

- name: 'Activate Nix store cache'
uses: actions/cache@v3
uses: actions/cache@v4
id: nix-cache
with:
path: "/tmp/nixcache"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@v25
with:
nix_path: "nixpkgs=channel:nixos-23.11"

- name: 'Activate Nix store cache'
uses: actions/cache@v3
uses: actions/cache@v4
id: nix-cache
with:
path: "/tmp/nixcache"
Expand Down

0 comments on commit cb5f7c2

Please sign in to comment.