diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 5e10fc9..2c668d1 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -50,11 +50,11 @@ jobs: if: ${{ inputs.setup_ssh_key }} run: 'git config --global url."ssh://git@github.com/".insteadOf "https://github.com/"' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: 'moov-io/benchmarks' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: "${{inputs.org}}/${{inputs.name}}" ref: "${{inputs.branch}}"