diff --git a/.github/workflows/check-migration.yml b/.github/workflows/check-migration.yml index 7ab96eb..58652ac 100644 --- a/.github/workflows/check-migration.yml +++ b/.github/workflows/check-migration.yml @@ -20,7 +20,7 @@ jobs: runtime: ${{ steps.runtime.outputs.runtime }} name: Extract tasks from matrix steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: runtime run: | # Filter out runtimes that don't have a URI @@ -43,7 +43,7 @@ jobs: runtime: ${{ fromJSON(needs.runtime-matrix.outputs.runtime) }} steps: - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download try-runtime-cli run: |