Skip to content

Commit 61f253e

Browse files
Update cachix/install-nix-action action to v30
| datasource | package | from | to | | ----------- | ------------------------- | ---- | --- | | github-tags | cachix/install-nix-action | v29 | v30 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5759b70 commit 61f253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if: github.ref_type == 'tag'
171171

172172
- name: Install Nix
173-
uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
173+
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
174174
with:
175175
github_access_token: ${{ secrets.GITHUB_TOKEN }}
176176
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)