We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19278ba commit 69a5b21Copy full SHA for 69a5b21
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: cachix/install-nix-action@v30
+ - uses: cachix/install-nix-action@v31
21
with:
22
nix_path: nixpkgs=channel:nixpkgs-unstable
23
extra_nix_config: |
.github/workflows/update-flake-lock.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
- name: Install Nix
16
- uses: cachix/install-nix-action@v30
+ uses: cachix/install-nix-action@v31
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
0 commit comments