diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index df0ad63..a59576a 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -36,7 +36,7 @@ jobs: BENCHMARK_OUTPUT_PATH: ${{ matrix.output_path }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: beam uses: erlef/setup-beam@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2d0ccf..f9e73ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: beam uses: erlef/setup-beam@v1