Skip to content

Commit 41e854d

Browse files
chore(deps): update determinatesystems/magic-nix-cache-action action to v13 (#30)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/magic-nix-cache-action](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action) | action | major | `v12` -> `v13` | --- ### Release Notes <details> <summary>DeterminateSystems/magic-nix-cache-action (DeterminateSystems/magic-nix-cache-action)</summary> ### [`v13`](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/releases/tag/v13) [Compare Source](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/compare/v12...v13) #### 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/magic-nix-cache-action/issues/105)) by [@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/143](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/143) **Full Changelog**: DeterminateSystems/magic-nix-cache-action@v12...v13 </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 61a5c50 commit 41e854d

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
@@ -10,7 +10,7 @@ runs:
1010
- uses: DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
1111
with:
1212
github-token: ${{ inputs.github_token }}
13-
- uses: DeterminateSystems/magic-nix-cache-action@e1c1dae8e170ed20fd2e6aaf9979ca2d3905d636 # v12
13+
- uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
1414
- run: 'nix --version'
1515
shell: bash
1616
- name: Configure

0 commit comments

Comments
 (0)