Skip to content

Commit a5ff027

Browse files
chore(deps): update determinatesystems/nix-installer-action action to v19 (#31)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action) | action | major | `v18` -> `v19` | --- ### Release Notes <details> <summary>DeterminateSystems/nix-installer-action (DeterminateSystems/nix-installer-action)</summary> ### [`v19`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v19) [Compare Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v18...v19) #### What's Changed - Update `detsys-ts`: Await the request promise so we can cover it with the timout handler ([#&#8203;105](https://redirect.github.com/DeterminateSystems/nix-installer-action/issues/105)) by [@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/nix-installer-action/pull/191](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/191) **Full Changelog**: DeterminateSystems/nix-installer-action@v18...v19 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41e854d commit a5ff027

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@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
10+
- uses: DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea # v19
1111
with:
1212
github-token: ${{ inputs.github_token }}
1313
- uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13

0 commit comments

Comments
 (0)