Browse Source

Merge pull request #2224 from gui-cs/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
Tig 2 years ago
parent
commit
d92a114ddb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/api-docs.yml

+ 1 - 1
.github/workflows/api-docs.yml

@@ -10,7 +10,7 @@ jobs:
 
     steps:
     - name: Checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Setup .NET Core
       uses: actions/[email protected]