diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-13 13:06:08 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-13 13:06:08 -0400 |
| commit | 43a448fe2764551527eeea5fae50e95ba7e7d2fd (patch) | |
| tree | 2bea80c24caff81e6375b746c99840eb9594f37e /.github/workflows/docker.yaml | |
| parent | 93fb5ba954b0fe81266f5fca99289297bb05e908 (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 10 to 11 (#183)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v10...v11)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docker.yaml')
| -rw-r--r-- | .github/workflows/docker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 4cae14f..7afb0d0 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v10 + uses: DeterminateSystems/nix-installer-action@v11 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v6 |
