Skip to content

Commit 66f7951

Browse files
authored
Merge pull request #34 from rowtype-yoga/dependabot/github_actions/cachix/install-nix-action-31.8.3
build(deps): bump cachix/install-nix-action from 31.8.2 to 31.8.3
2 parents 8c42e2d + 15a6c4f commit 66f7951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v5
9-
- uses: cachix/[email protected].2
9+
- uses: cachix/[email protected].3
1010
with:
1111
extra_nix_config: |
1212
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

.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@v5
1313
- name: Install Nix
14-
uses: cachix/[email protected].2
14+
uses: cachix/[email protected].3
1515
with:
1616
extra_nix_config: |
1717
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)