Explorar el Código

Merge pull request #7372 from jellyfin/dependabot/github_actions/actions/setup-dotnet-2

Cody Robibero hace 3 años
padre
commit
0a953aca8a
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      .github/workflows/codeql-analysis.yml
  2. 2 2
      .github/workflows/openapi.yml

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -22,7 +22,7 @@ jobs:
     - name: Checkout repository
       uses: actions/checkout@v2
     - name: Setup .NET Core
-      uses: actions/setup-dotnet@v1
+      uses: actions/setup-dotnet@v2
       with:
         dotnet-version: '6.0.x'
 

+ 2 - 2
.github/workflows/openapi.yml

@@ -17,7 +17,7 @@ jobs:
           ref: ${{ github.event.pull_request.head.sha }}
           repository: ${{ github.event.pull_request.head.repo.full_name }}
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@v1
+        uses: actions/setup-dotnet@v2
         with:
           dotnet-version: '6.0.x'
       - name: Generate openapi.json
@@ -41,7 +41,7 @@ jobs:
         with:
           ref: ${{ github.base_ref }}
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@v1
+        uses: actions/setup-dotnet@v2
         with:
           dotnet-version: '6.0.x'
       - name: Generate openapi.json