chore(deps): pin dependencies #12

Merged
JonKazama-Hellion merged 1 commits from renovate/pin-dependencies into main 2026-05-10 20:26:34 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 734703eddc - Show all commits
+2 -2
View File
@@ -32,10 +32,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup .NET 10 - name: Setup .NET 10
uses: actions/setup-dotnet@v5 uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
with: with:
dotnet-version: 10.0.x dotnet-version: 10.0.x
+2 -2
View File
@@ -46,12 +46,12 @@ jobs:
# invoked from; we need to explicitly check out the tag the user # invoked from; we need to explicitly check out the tag the user
# supplied so the build comes from the tagged commit, not main. # supplied so the build comes from the tagged commit, not main.
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with: with:
ref: ${{ github.event.inputs.tag || github.ref }} ref: ${{ github.event.inputs.tag || github.ref }}
- name: Setup .NET 10 - name: Setup .NET 10
uses: actions/setup-dotnet@v5 uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
with: with:
dotnet-version: 10.0.x dotnet-version: 10.0.x