From 0ccd64af4efc7f85b720df61320098574884f962 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:11:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index d896c95..6828dd4 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -21,7 +21,7 @@ jobs: uses: mickem/clean-after-action@v1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Modify AssemblyInfo files uses: mingjun97/file-regex-replace@v1