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.
2 parents 0615fb6 + 68987d6 commit fa1dfc3Copy full SHA for fa1dfc3
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- uses: cachix/install-nix-action@v26
14
- - uses: cachix/cachix-action@v14
+ - uses: cachix/cachix-action@v15
15
with:
16
name: devenv
17
- name: Install devenv.sh
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
renovate.json
@@ -0,0 +1,6 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ]
6
+}
0 commit comments