We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa80099 commit 3665a68Copy full SHA for 3665a68
2 files changed
.github/workflows/build_apidocs.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: cachix/install-nix-action@v12
18
with:
19
nix_path: nixpkgs=channel:nixos-unstable
20
- - uses: cachix/cachix-action@v8
+ - uses: cachix/cachix-action@v10
21
22
name: dseams
23
- run: nix-shell --run "doxygen Doxyfile-prj.cfg"
.github/workflows/build_pkg.yml
@@ -5,10 +5,10 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v2.3.4
8
- - uses: cachix/install-nix-action@v12
+ - uses: cachix/install-nix-action@v16
9
10
11
12
13
14
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
0 commit comments