diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f644c..f20d181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.19.0 + - uses: DeterminateSystems/determinate-nix-action@v3.20.0 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.19.0 + - uses: DeterminateSystems/determinate-nix-action@v3.20.0 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace @@ -61,7 +61,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max load: "true" - - uses: DeterminateSystems/determinate-nix-action@v3.19.0 + - uses: DeterminateSystems/determinate-nix-action@v3.20.0 - 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 8531c8e..8c56b99 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.19.0 + - uses: DeterminateSystems/determinate-nix-action@v3.20.0 - uses: DeterminateSystems/update-flake-lock@203e2eb079eca40abff70ea3189192e9adeca500 with: pr-title: Update Nix flake inputs