diff --git a/.github/workflows/nuget-preview.yml b/.github/workflows/nuget-preview.yml index 6de97d50e..e13eb47e2 100644 --- a/.github/workflows/nuget-preview.yml +++ b/.github/workflows/nuget-preview.yml @@ -29,7 +29,7 @@ jobs: dotnet-version: '6.0.x' - name: Set up Python 3.8 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.8 architecture: x64