Skip to content

Commit f63847d

Browse files
chore(deps): update determinatesystems/nix-installer-action action to v20 (#34)
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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/tweag/run-nix-shell). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21848ee commit f63847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set_up_runner/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
runs:
88
using: composite
99
steps:
10-
- uses: DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea # v19
10+
- uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20
1111
with:
1212
github-token: ${{ inputs.github_token }}
1313
- uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13

0 commit comments

Comments
 (0)