diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a5c623..bd72392 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: debian:bookworm steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Install dependencies @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest container: debian:bookworm steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Install dependencies