Skip to content

Commit fe115c2

Browse files
chore(deps): update all dependencies
1 parent 4a0729f commit fe115c2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Dotnet Setup
29-
uses: actions/setup-dotnet@v3
29+
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: 8.x
3232

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
name: 🧾 Checkout
1818

19-
- uses: streetsidesoftware/cspell-action@v6
19+
- uses: streetsidesoftware/cspell-action@v7
2020
name: 📝 Check Spelling
2121
with:
2222
config: './cspell.json'

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.113",
3+
"version": "9.0.301",
44
"rollForward": "major"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)