diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-12-05 16:09:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 16:09:56 +0100 |
| commit | d85c6a340103c37308b5a1e3816cbbc45b6fd2fe (patch) | |
| tree | ab0b6b5899fc5899577f80fde3eb42948773e950 /.github/workflows/ci-codeql-analysis.yml | |
| parent | e14cc4d91955ed9379fef23f2120e131ac92f987 (diff) | |
| parent | 40534483f512d4dcdecef49fc0ba3fc071dad96b (diff) | |
Merge pull request #10676 from jellyfin/renovate/actions-setup-dotnet-4.x
chore(deps): update actions/setup-dotnet action to v4
Diffstat (limited to '.github/workflows/ci-codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 2a60d18054..b525966453 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup .NET - uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 + uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: dotnet-version: '8.0.x' |
