diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e6deb253..ab5e52db 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -25,7 +25,7 @@ jobs: contents: write steps: - name: Check out repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1514d00..32483f2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: node-version: [20, 22, 24, 26] steps: - name: Check out repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 64a7938f..f8328dba 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -22,7 +22,7 @@ jobs: contents: write steps: - name: Check out repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false