diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-09 22:59:18 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-09-12 14:40:13 -0400 |
| commit | 00865e2255b9c1b1edf4f81b2e74a1ee79c0f8da (patch) | |
| tree | 1409b70602f4cc8d416a70b753ba04a61118870c /.github/workflows | |
| parent | 7a9a01ac97fcaf504bbd840aa3797fe896e62d45 (diff) | |
actions: bump DeterminateSystems/nix-installer-action from 13 to 14
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 14.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v14)
---
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]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/publish.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f52076..e7375f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Setup cache uses: DeterminateSystems/magic-nix-cache-action@v7 @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Run check run: | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 26cb7ff..1fdbbfb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Push to Flakehub uses: DeterminateSystems/flakehub-push@v4 diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 350b775..4794422 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Update flake.lock & make PR uses: DeterminateSystems/update-flake-lock@v24 |
