Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent f9e6203 commit 7f4514c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
run:
working-directory: '.'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: 🧾 Checkout

- uses: streetsidesoftware/cspell-action@v2
- uses: streetsidesoftware/cspell-action@v3
name: 📝 Check Spelling
with:
config: './cspell.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: '🧾 Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: '📝 Change Version'
uses: vers-one/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
steps:
- name: 🧾 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# If using git-lfs (large file storage), this ensures that your files
# are checked out properly.
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "8.0.100-rc.1.23463.5",
"rollForward": "major"
},
"msbuild-sdks": {
Expand Down

0 comments on commit 7f4514c

Please sign in to comment.