Skip to content

Commit bed154b

Browse files
authored
Merge pull request #367 from tweag/dependabot/github_actions/cachix/install-nix-action-31
chore(deps): bump cachix/install-nix-action from 30 to 31
2 parents 1cd49cd + cdbd8cf commit bed154b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313
- name: Install Nix
14-
uses: cachix/install-nix-action@v30
14+
uses: cachix/install-nix-action@v31
1515
with:
1616
extra_nix_config: |
1717
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)