diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b23eecd..4f9906c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: feature-combinations: ${{ steps.cargo-toml-features.outputs.feature-combinations }} steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Determine Cargo Features @@ -32,7 +32,7 @@ jobs: CRATE_FEATURES: ${{ join(matrix.features, ',') }} steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Print Rust version @@ -57,7 +57,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Authenticate with registry diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dedee1f..6dab7e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: pages: write steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index e8350dd..2d0f60e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false