Browse Source

Update github release workflow to supported action checkout

Nick Babcock 2 years ago
parent
commit
1eef6f4223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -13,7 +13,7 @@ jobs:
     name: release
     runs-on: windows-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: true
     - uses: actions/setup-dotnet@v1