Skip to content

Commit 371a7f7

Browse files
chore(deps): update actions/setup-dotnet digest to 26b0ec1 (#21)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet) ([changelog](https://redirect.github.com/actions/setup-dotnet/compare/9a946fdbd5fb07b82b2f5a4466058b876ab72bb2..26b0ec14cb23fa6904739307f278c14f94c95bf1)) | action | digest | `9a946fd` → `26b0ec1` | --- ### Configuration 📅 **Schedule**: (in timezone Europe/Oslo) - 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/Arbeidstilsynet/action-dotnet-publish). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a23144 commit 371a7f7

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@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
30+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
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@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
55+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
5656
with:
5757
dotnet-version: ${{ inputs.dotnet-version }}
5858
source-url: ${{ inputs.source-url }}

0 commit comments

Comments
 (0)