diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2a62f35..e108401 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -16,7 +16,7 @@ jobs: STREAM_BENCH_DURATION: "0.05" BENCH_DIR: "tmp/benchmarks/ci" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up Ruby diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c6e52..0b1656f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - "4.0" - "head" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Install native audio dependencies @@ -64,7 +64,7 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up Ruby