From d96d80d249497825b6dd7a6a787b4f36e59363ad Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:48:19 +0200 Subject: [PATCH 1/4] Update release.branch.yml --- .github/workflows/release.branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.branch.yml b/.github/workflows/release.branch.yml index 2439529..e10404e 100644 --- a/.github/workflows/release.branch.yml +++ b/.github/workflows/release.branch.yml @@ -11,7 +11,7 @@ jobs: if: startsWith(github.ref, 'refs/heads/release-') steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 From 9c7a71d3ba2481cd624e4179d67b6da9d8c7cbec Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:48:29 +0200 Subject: [PATCH 2/4] Update release.pr.merge.yml --- .github/workflows/release.pr.merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.pr.merge.yml b/.github/workflows/release.pr.merge.yml index ebcee91..c9c6db4 100644 --- a/.github/workflows/release.pr.merge.yml +++ b/.github/workflows/release.pr.merge.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release-') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: release @@ -64,4 +64,4 @@ jobs: \"tag_name\": \"$PR_VERSION\", \"name\": \"Release $PR_VERSION\", \"body\": \"Release notes for version $PR_VERSION\" - }" \ No newline at end of file + }" From 1c546dd2f7b9c6e339f2e564cf11acb9b3d03173 Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:48:38 +0200 Subject: [PATCH 3/4] Update update-beta-packages.yml --- .github/workflows/update-beta-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-beta-packages.yml b/.github/workflows/update-beta-packages.yml index 8bdd3c8..82a6700 100644 --- a/.github/workflows/update-beta-packages.yml +++ b/.github/workflows/update-beta-packages.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: From 7c863d960e682624a79e597fe0431a3087214e38 Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:48:46 +0200 Subject: [PATCH 4/4] Update update-packages.yml --- .github/workflows/update-packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index c1b0bf3..80c773e 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: @@ -33,4 +33,4 @@ jobs: title: Update packages to version ${{ steps.version.outputs.latest__version }} branch: update-packages delete-branch: true - team-reviewers: engineering \ No newline at end of file + team-reviewers: engineering