Skip to content

Commit d6a7f11

Browse files
chore(deps): update actions/setup-dotnet action to v6 (#22)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet) | action | major | `v5` → `v6` | --- ### Release Notes <details> <summary>actions/setup-dotnet (actions/setup-dotnet)</summary> ### [`v6.0.0`](https://redirect.github.com/actions/setup-dotnet/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v6.0.0...v6.0.0) ##### What's Changed - Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;752](https://redirect.github.com/actions/setup-dotnet/pull/752) - Bump actions/checkout from 6.0.3 to 7.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;751](https://redirect.github.com/actions/setup-dotnet/pull/751) - chore(deps): bump [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://redirect.github.com/philip-gai) in [#&#8203;756](https://redirect.github.com/actions/setup-dotnet/pull/756) ##### New Contributors - [@&#8203;philip-gai](https://redirect.github.com/philip-gai) made their first contribution in [#&#8203;756](https://redirect.github.com/actions/setup-dotnet/pull/756) **Full Changelog**: <actions/setup-dotnet@v5...v6.0.0> ### [`v6`](https://redirect.github.com/actions/setup-dotnet/compare/v5.4.0...v6.0.0) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v5.4.0...v6.0.0) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Oslo) - 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/Arbeidstilsynet/action-dotnet-publish). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b36090c commit d6a7f11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
# --- Trusted publishing path ---
2828
- name: Setup .NET SDK (trusted publishing)
2929
if: inputs.use-trusted-publishing == 'true'
30-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
30+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6
3131
with:
3232
dotnet-version: ${{ inputs.dotnet-version }}
3333
config-file: ${{ inputs.config-file }}
@@ -52,7 +52,7 @@ runs:
5252
# --- Authenticated publishing path ---
5353
- name: Setup .NET SDK (authenticated)
5454
if: inputs.use-trusted-publishing != 'true'
55-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
55+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6
5656
with:
5757
dotnet-version: ${{ inputs.dotnet-version }}
5858
source-url: ${{ inputs.source-url }}

0 commit comments

Comments
 (0)