You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
199
199
- name: Checkout Repository
200
-
uses: actions/checkout@v2
200
+
uses: actions/checkout@v3
201
201
202
202
- name: Generate solution
203
203
shell: pwsh
@@ -210,6 +210,6 @@ jobs:
210
210
# See launch.json configuration file for analogous command we're emulating here to build LINK: ../../.vscode/launch.json:CommunityToolkit.Labs.Wasm.csproj
0 commit comments