diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index f1882995e..5bff636b2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
submodules: recursive
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 1f0e31332..4b2e618f0 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
submodules: recursive
- name: Setup .NET
- uses: actions/setup-dotnet@v5.0.0
+ uses: actions/setup-dotnet@v5.1.0
with:
dotnet-version: 8.0.x
- name: Restore dependencies
@@ -26,13 +26,13 @@ jobs:
- name: Test
run: dotnet test ./Typewriter.sln --no-build --verbosity normal
- name: Upload languages test output on failure
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: ${{ failure() }}
with:
name: languages-test-output
path: 'test/Typewriter.Test/bin/Debug/net8.0/OutputDirectory*/**'
- name: Upload unit test output on failure
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
if: ${{ failure() }}
with:
name: unit-test-output
diff --git a/src/Typewriter/Typewriter.csproj b/src/Typewriter/Typewriter.csproj
index bb36c7bee..fbac8868f 100644
--- a/src/Typewriter/Typewriter.csproj
+++ b/src/Typewriter/Typewriter.csproj
@@ -17,11 +17,11 @@
2.9.1
-
-
+
+
-
+
5.1.2
diff --git a/submodules/vipr b/submodules/vipr
index 0921e5504..7a2be75ec 160000
--- a/submodules/vipr
+++ b/submodules/vipr
@@ -1 +1 @@
-Subproject commit 0921e550479b18d11ccccc4f21ce4c72c8170b9b
+Subproject commit 7a2be75ec59a2c4b684ed9dac4389e7819aafb3a
diff --git a/test/Typewriter.Test/Typewriter.Test.csproj b/test/Typewriter.Test/Typewriter.Test.csproj
index e1a32b53e..885e50334 100644
--- a/test/Typewriter.Test/Typewriter.Test.csproj
+++ b/test/Typewriter.Test/Typewriter.Test.csproj
@@ -39,10 +39,10 @@
- 4.3.2
+ 4.4.0
- 5.0.0
+ 6.1.0