We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d8cb3 commit 94e9eadCopy full SHA for 94e9ead
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: "${{ matrix.os }}"
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: cachix/install-nix-action@v29
+ - uses: cachix/install-nix-action@v30
22
- uses: cachix/cachix-action@v15
23
with:
24
name: tree-grepper
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
33
34
35
36
37
.github/workflows/update_nix.yml
@@ -14,7 +14,7 @@ jobs:
14
15
ref: main
16
ssh-key: ${{ secrets.UPDATE_SSH_KEY }}
17
- run: nix flake update
- name: Create PR
env:
0 commit comments