diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 49a74f8..ab147d4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Full history for versioning ref: ${{ github.ref }} # Checkout the exact ref (tag or branch) @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download NuGet artifacts uses: actions/download-artifact@v5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c18a7a3..e1868bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v3