Skip to content

Commit 3c880e6

Browse files
committed
Bump versions in workflow
1 parent a02a854 commit 3c880e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/RocketModFix.UnityEngine.Redist.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
name: "RocketModFix.UnityEngine.Redist Pack"
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-dotnet@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-dotnet@v4
1616
name: Setup .NET
1717
with:
18-
dotnet-version: 7.x
19-
- uses: nuget/setup-nuget@v1
18+
dotnet-version: 8.x
19+
- uses: nuget/setup-nuget@v2
2020
name: Setup NuGet
2121
with:
2222
nuget-api-key: ${{ secrets.NUGET_DEPLOY_KEY }}
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
nuspec_path: redist/RocketModFix.UnityEngine.Redist.nuspec
2828
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
29-
nuget_push: true
29+
nuget_push: true

0 commit comments

Comments
 (0)