diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b2fccfc0b..9f454ebc7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: run: echo "BUILD_DIR=${{runner.temp}}/pinta-${{env.PINTA_VERSION}}" >> $GITHUB_ENV - uses: actions/checkout@v7 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: ${{matrix.dotnet_version}} - name: Install Apt Dependencies @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: ${{env.DOTNET_VERSION}} - name: Install Dependencies @@ -148,7 +148,7 @@ jobs: - uses: actions/checkout@v7 - uses: microsoft/setup-msbuild@v3.0.0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: ${{env.DOTNET_VERSION}} - name: Install dependencies diff --git a/.github/workflows/update-translation-template.yml b/.github/workflows/update-translation-template.yml index 948361a09c..f02dca3d30 100644 --- a/.github/workflows/update-translation-template.yml +++ b/.github/workflows/update-translation-template.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Install Apt Dependencies