From 6500e725ce6ade9d16ae2a18d150e37758f2c3e4 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:13:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..b7510fa 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@v5 - name: Modify AssemblyInfo files uses: mingjun97/file-regex-replace@v1