diff --git a/.github/workflows/benchmark-backends.yml b/.github/workflows/benchmark-backends.yml index 81172aa8c..ee2e3f990 100644 --- a/.github/workflows/benchmark-backends.yml +++ b/.github/workflows/benchmark-backends.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build docker image run: docker build -t scoreboard/ort -f runtimes/ort/stable/Dockerfile . @@ -39,7 +39,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build docker image run: docker build -t scoreboard/onnxtf -f runtimes/onnx-tf/stable/Dockerfile . @@ -65,7 +65,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build docker image run: docker build -t scoreboard/onnxtf-dev -f runtimes/onnx-tf/development/Dockerfile . @@ -91,7 +91,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build docker image run: docker build -t scoreboard/jaxonnxruntime -f runtimes/jaxonnxruntime/stable/Dockerfile . @@ -116,7 +116,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: true fetch-depth: 0 diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 21847e459..632faf358 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false clean: true