Skip to content

Commit 63fb740

Browse files
chore(deps): update determinatesystems/nix-installer-action action to v20 (#306)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action) | action | major | `v19` -> `v20` | --- ### Release Notes <details> <summary>DeterminateSystems/nix-installer-action (DeterminateSystems/nix-installer-action)</summary> ### [`v20`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v20) [Compare Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v19...v20) #### What's Changed - Update `detsys-ts`: Merge pull request [#&#8203;106](https://redirect.github.com/DeterminateSystems/nix-installer-action/issues/106) from DeterminateSystems/fix-dependabot-warning by [@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [#&#8203;194](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/194) - Update `detsys-ts`: Capture the version of Nix in addition to the nix store version ([#&#8203;108](https://redirect.github.com/DeterminateSystems/nix-installer-action/issues/108)) by [@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [#&#8203;197](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/197) - Report the number of nix builds that passed / failed by [@&#8203;grahamc](https://redirect.github.com/grahamc) in [#&#8203;196](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/196) - Record events if authentication is skipped by [@&#8203;gustavderdrache](https://redirect.github.com/gustavderdrache) in [#&#8203;198](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/198) - Treat FlakeHub logins as a funnel by [@&#8203;gustavderdrache](https://redirect.github.com/gustavderdrache) in [#&#8203;199](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/199) - Apply fixups from CodeRabbit review by [@&#8203;gustavderdrache](https://redirect.github.com/gustavderdrache) in [#&#8203;200](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/200) **Full Changelog**: <DeterminateSystems/nix-installer-action@v19...v20> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/get-eventually/go-eventually). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82b0730 commit 63fb740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/nix-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: composite
1212
steps:
1313
- name: Install Nix package manager
14-
uses: DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea # v19
14+
uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20
1515
with:
1616
extra-conf: |
1717
experimental-features = nix-command flakes

0 commit comments

Comments
 (0)