diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 781709f3..eb7b9022 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,9 @@ jobs: args: ["--no-default-features", "", "--all-features"] steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 + with: + persist-credentials: false - name: Install Rust uses: hecrj/setup-rust-action@v1 with: