Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Sep 9, 2024
1 parent 12e36bd commit 7f083fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:

#Restore
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: 'UnityWebBrowserSource/'

#Setup the Environment
- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v4
name: Setup .NET
with:
dotnet-version: '8.0.x'
Expand All @@ -28,7 +28,7 @@ jobs:

#Restore Unity's cache
- name: Unity Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: UnityWebBrowserSource/src/UnityWebBrowser.UnityProject/Library
key: Cache-Unity
Expand Down

0 comments on commit 7f083fc

Please sign in to comment.