Skip to content

Commit 8032310

Browse files
authored
Merge pull request #79 from cachix/renovate/cachix-install-nix-action-digest
chore(deps): update cachix/install-nix-action digest to f0fe604
2 parents 908dbb4 + f93f01b commit 8032310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
19+
- uses: cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
2020
- uses: cachix/cachix-action@v16
2121
with:
2222
name: nixpkgs-python

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: main
1616
- name: Install Nix
17-
uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
17+
uses: cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
1818
- name: Install Cachix
1919
uses: cachix/cachix-action@v16
2020
with:

0 commit comments

Comments
 (0)