Skip to content

Commit b2c2fa1

Browse files
authored
Merge pull request #145 from squat/dependabot/github_actions/DeterminateSystems/determinate-nix-action-3.15.1
build(deps): bump DeterminateSystems/determinate-nix-action from 3.15.0 to 3.15.1
2 parents f7799ce + eb7a6ba commit b2c2fa1

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/[email protected].0
19+
- uses: DeterminateSystems/[email protected].1
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/[email protected].0
27+
- uses: DeterminateSystems/[email protected].1
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/[email protected].0
69+
- uses: DeterminateSystems/[email protected].1
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/[email protected].0
18+
- uses: DeterminateSystems/[email protected].1
1919
- uses: DeterminateSystems/update-flake-lock@v28
2020
with:
2121
pr-title: Update Nix flake inputs

0 commit comments

Comments
 (0)