Skip to content

Commit 8853ea6

Browse files
chore(deps): update cachix/install-nix-action action to v30 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f25f6db commit 8853ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/templates.yml

Lines changed: 1 addition & 1 deletion
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@v27
31+
- uses: cachix/install-nix-action@v30
3232
- uses: actions/checkout@v4
3333
- run: nix flake check --override-input blueprint ../..
3434
working-directory: ${{ matrix.folder }}

0 commit comments

Comments
 (0)