Skip to content

Commit 5c48752

Browse files
authored
Merge pull request #143 from squat/dependabot/github_actions/DeterminateSystems/determinate-nix-action-3.15.0
build(deps): bump DeterminateSystems/determinate-nix-action from 3.14.0 to 3.15.0
2 parents 8913ebd + 96af007 commit 5c48752

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: DeterminateSystems/determinate-nix-action@v3.14.0
19+
- uses: DeterminateSystems/determinate-nix-action@v3.15.0
2020
- uses: DeterminateSystems/magic-nix-cache-action@v13
2121
- run: nix build
2222

2323
lint:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: DeterminateSystems/determinate-nix-action@v3.14.0
27+
- uses: DeterminateSystems/determinate-nix-action@v3.15.0
2828
- uses: DeterminateSystems/magic-nix-cache-action@v13
2929
- run: nix flake check -L --show-trace
3030

@@ -66,7 +66,7 @@ jobs:
6666
cache-from: type=gha
6767
cache-to: type=gha,mode=max
6868
load: "true"
69-
- uses: DeterminateSystems/determinate-nix-action@v3.14.0
69+
- uses: DeterminateSystems/determinate-nix-action@v3.15.0
7070
- uses: DeterminateSystems/magic-nix-cache-action@v13
7171
- run: nix develop . --command go test -v ./...
7272

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: DeterminateSystems/determinate-nix-action@v3.14.0
18+
- uses: DeterminateSystems/determinate-nix-action@v3.15.0
1919
- uses: DeterminateSystems/update-flake-lock@v28
2020
with:
2121
pr-title: Update Nix flake inputs

0 commit comments

Comments
 (0)