diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 214c4e9..ba87878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.15.0 + - uses: DeterminateSystems/determinate-nix-action@v3.15.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.15.0 + - uses: DeterminateSystems/determinate-nix-action@v3.15.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace @@ -66,7 +66,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max load: "true" - - uses: DeterminateSystems/determinate-nix-action@v3.15.0 + - uses: DeterminateSystems/determinate-nix-action@v3.15.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix develop . --command go test -v ./... diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index a6fafe7..976f2fa 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.15.0 + - uses: DeterminateSystems/determinate-nix-action@v3.15.1 - uses: DeterminateSystems/update-flake-lock@v28 with: pr-title: Update Nix flake inputs