diff --git a/Basic.Template.API/content/.github/workflows/workflow.yml b/Basic.Template.API/content/.github/workflows/workflow.yml index c2e9b8a..713cd2b 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@v5 - name: Build project run: dotnet build | zip --junk-paths ${{ github.ref }}.zip README.md