diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-01 06:45:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 06:45:00 -0700 |
| commit | 0a953aca8a6c7ec358f49f8f7b2f771815ebe559 (patch) | |
| tree | 6ff570e66bf85f7d8816d2b7111c15adcb870c15 | |
| parent | 7d226e8eeff396ce47a73f0e23d2f14d060762db (diff) | |
| parent | 11092a72a487d13b63c6dbc7a1cce1d7524fa78f (diff) | |
Merge pull request #7372 from jellyfin/dependabot/github_actions/actions/setup-dotnet-2
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/openapi.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ea1d30cdf..cffe27f6c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.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' diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index eb2e98070..59018c01c 100644 --- a/.github/workflows/openapi.yml +++ b/.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 |
