From 282bc87514e388610ac6610296e3e9875f0a4d8e Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:46:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/smartway-caoc-build.yml | 2 +- .github/workflows/smartway-caoc-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smartway-caoc-build.yml b/.github/workflows/smartway-caoc-build.yml index 8161e3b..6f03524 100644 --- a/.github/workflows/smartway-caoc-build.yml +++ b/.github/workflows/smartway-caoc-build.yml @@ -19,7 +19,7 @@ jobs: uses: mickem/clean-after-action@v1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Modify AssemblyInfo files uses: mingjun97/file-regex-replace@v1 diff --git a/.github/workflows/smartway-caoc-publish.yml b/.github/workflows/smartway-caoc-publish.yml index 474d53d..07d68c3 100644 --- a/.github/workflows/smartway-caoc-publish.yml +++ b/.github/workflows/smartway-caoc-publish.yml @@ -18,7 +18,7 @@ jobs: uses: mickem/clean-after-action@v1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Modify AssemblyInfo files uses: mingjun97/file-regex-replace@v1