diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84650040da..67a54fcf46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 # Set up all of our standard runtimes - name: Set up .NET 6 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - name: Set up Go 1.18 @@ -113,7 +113,7 @@ jobs: uses: actions/checkout@v4 # Set up all of our standard runtimes - name: Set up .NET 6 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - name: Set up Go 1.18 @@ -302,7 +302,7 @@ jobs: rm built-tree.tgz # Set up all of our standard runtimes (this is matrix-based) - name: Set up .NET ${{ matrix.dotnet }} - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet }} - name: Set up Go ${{ matrix.go }} @@ -432,7 +432,7 @@ jobs: path: ${{ runner.temp }}/release-package # Set up all of our standard runtimes - name: Set up .NET 7 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '7.0.x' - name: Set up Go 1.20