diff --git a/.github/workflows/benchmark-core.yml b/.github/workflows/benchmark-core.yml index f9277e4c385..b7259056ba7 100644 --- a/.github/workflows/benchmark-core.yml +++ b/.github/workflows/benchmark-core.yml @@ -16,14 +16,14 @@ jobs: steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: "yewstack/yew" ref: master path: yew-master - name: Checkout pull request - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: current-pr diff --git a/.github/workflows/post-benchmark-core.yml b/.github/workflows/post-benchmark-core.yml index a9f4b5b78c4..5a54eba0471 100644 --- a/.github/workflows/post-benchmark-core.yml +++ b/.github/workflows/post-benchmark-core.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Artifact uses: Legit-Labs/action-download-artifact@v2