Skip to content

Commit 08d4a87

Browse files
authored
Merge pull request #239 from Mic92/dependabot/github_actions/cachix/install-nix-action-30
build(deps): bump cachix/install-nix-action from 29 to 30
2 parents 55852a4 + 6828328 commit 08d4a87

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: cachix/install-nix-action@v29
14+
- uses: cachix/install-nix-action@v30
1515
- name: run tests
1616
run:
1717
nix develop -c 'tox'

.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@v29
14+
uses: cachix/install-nix-action@v30
1515
- name: Update flake.lock
1616
uses: DeterminateSystems/update-flake-lock@v24
1717
with:

0 commit comments

Comments
 (0)