Skip to content

Commit e5982c0

Browse files
authored
Merge pull request #192 from squat/dependabot/github_actions/DeterminateSystems/determinate-nix-action-3.17.3
build(deps): bump DeterminateSystems/determinate-nix-action from 3.17.1 to 3.17.3
2 parents 179b1fe + 158c23c commit e5982c0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v6
21-
- uses: DeterminateSystems/determinate-nix-action@v3.17.1
21+
- uses: DeterminateSystems/determinate-nix-action@v3.17.3
2222
- uses: DeterminateSystems/magic-nix-cache-action@v13
2323
- run: nix build
2424

2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v6
29-
- uses: DeterminateSystems/determinate-nix-action@v3.17.1
29+
- uses: DeterminateSystems/determinate-nix-action@v3.17.3
3030
- uses: DeterminateSystems/magic-nix-cache-action@v13
3131
- run: nix flake check -L --show-trace
3232

@@ -61,7 +61,7 @@ jobs:
6161
cache-from: type=gha
6262
cache-to: type=gha,mode=max
6363
load: "true"
64-
- uses: DeterminateSystems/determinate-nix-action@v3.17.1
64+
- uses: DeterminateSystems/determinate-nix-action@v3.17.3
6565
- uses: DeterminateSystems/magic-nix-cache-action@v13
6666
- run: nix develop . --command go test -v ./...
6767

.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.17.1
18+
- uses: DeterminateSystems/determinate-nix-action@v3.17.3
1919
- uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b
2020
with:
2121
pr-title: Update Nix flake inputs

0 commit comments

Comments
 (0)