diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f81856..29de8fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: git \ make \ python3-poetry - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Install additional packages and Python dependencies @@ -44,7 +44,7 @@ jobs: artifact_id: ${{ steps.upload.outputs.artifact-id }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false