We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ca893 commit 83c4228Copy full SHA for 83c4228
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: cachix/install-nix-action@v23
+ - uses: cachix/install-nix-action@v24
22
- name: Add nix-community cache
23
uses: cachix/cachix-action@v12
24
with:
.github/workflows/update-flake.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
- name: Install Nix
14
- uses: cachix/install-nix-action@v23
+ uses: cachix/install-nix-action@v24
15
- name: Update flake.lock
16
uses: DeterminateSystems/update-flake-lock@v20
17
0 commit comments