From e13daf9ebf48df66a2d35c25816253292e164813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 07:32:00 +0000 Subject: [PATCH] ci: bump DeterminateSystems/nix-installer-action from 4 to 5 (#6) Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 5. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v5) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/iso.yml | 2 +- .github/workflows/site.yml | 2 +- .github/workflows/update-firefox-addons.yml | 2 +- .github/workflows/update.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93eb708f..85201d06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 with: extra-conf: | keep-going = true diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 35f09727..a749947e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - name: Check flake lockfile uses: DeterminateSystems/flake-checker-action@v5 - name: Check flake outputs diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index f7b76587..56feea2a 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - name: Build ISO run: | nix build .#images.${{ matrix.arch }}.bootstrap --impure --out-link build-iso-result diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index bb931be2..311e011b 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - env: NIXPKGS_ALLOW_UNFREE: "1" run: nix develop .#docs --impure -c hugo -s ./docs/ diff --git a/.github/workflows/update-firefox-addons.yml b/.github/workflows/update-firefox-addons.yml index b39ce7c5..70ac98ac 100644 --- a/.github/workflows/update-firefox-addons.yml +++ b/.github/workflows/update-firefox-addons.yml @@ -18,7 +18,7 @@ jobs: id: metadata run: echo "DATE=$(date +%F)" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - env: NIXPKGS_ALLOW_UNFREE: "1" run: nix develop --impure -c mozilla-addons-to-nix pkgs/firefox-addons/firefox-addons.json pkgs/firefox-addons/default.nix diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e3ac296f..ee960cfc 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - name: Update flake inputs run: | nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"