Skip to content

Commit 7134422

Browse files
chore(deps): update cachix/install-nix-action action to v31 (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3995ce7 commit 7134422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/templates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os: [ ubuntu-latest, macos-latest ]
2929
folder: ${{ fromJSON(needs.find-templates.outputs.folders) }}
3030
steps:
31-
- uses: cachix/install-nix-action@v30
31+
- uses: cachix/install-nix-action@v31
3232
- uses: actions/checkout@v4
3333
- run: nix flake check --override-input blueprint ../..
3434
working-directory: ${{ matrix.folder }}

0 commit comments

Comments
 (0)