diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c095443..6ff981c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: language: ['python'] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: @@ -55,7 +55,7 @@ jobs: needs: [analyze] steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: 'true' - name: Set Tag Name