From 77bd479a3f13f452564b9966a64cfb258ec6dbfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:25:02 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- Basic.Template.API/content/.github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic.Template.API/content/.github/workflows/workflow.yml b/Basic.Template.API/content/.github/workflows/workflow.yml index c2e9b8a..54eff36 100644 --- a/Basic.Template.API/content/.github/workflows/workflow.yml +++ b/Basic.Template.API/content/.github/workflows/workflow.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Build project run: dotnet build | zip --junk-paths ${{ github.ref }}.zip README.md