diff --git a/.github/workflows/CommitMessage.yml b/.github/workflows/CommitMessage.yml index 78e5cfcb0e..00b003d9f6 100644 --- a/.github/workflows/CommitMessage.yml +++ b/.github/workflows/CommitMessage.yml @@ -36,7 +36,7 @@ jobs: # add a comment on the PR if the commit message linting failed - name: Comment on PR if: failure() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: Commit Comment message: | @@ -44,7 +44,7 @@ jobs: ${{ env.check_results }} - name: Clear PR Comment if: success() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: Commit Comment hide: true diff --git a/.github/workflows/base-installer-cd.yml b/.github/workflows/base-installer-cd.yml index 4886131052..22d1e51e42 100644 --- a/.github/workflows/base-installer-cd.yml +++ b/.github/workflows/base-installer-cd.yml @@ -134,7 +134,7 @@ jobs: } - name: Setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 3.1.x @@ -287,7 +287,7 @@ jobs: - name: Tag, Create Release, and Upload artifacts if: ${{ inputs.make_release == 'true' }} - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe with: target_commitish: ${{ github.event.inputs.fw_ref || github.ref }} tag_name: build-${{ env.FW_BUILD_NUMBER }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 3cf5fe757c..48717e5ec7 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -115,7 +115,7 @@ jobs: # Scripts are in Build/Agent/ and can be run locally for testing # ================================================================ - name: Setup MSBuild PATH - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Setup uv (Python package manager for Serena) uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/patch-installer-cd.yml b/.github/workflows/patch-installer-cd.yml index 1f5ab04e5b..62ef1c0a9c 100644 --- a/.github/workflows/patch-installer-cd.yml +++ b/.github/workflows/patch-installer-cd.yml @@ -149,7 +149,7 @@ jobs: } - name: Setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 3.1.x