diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 8781fb2985e..9de14bd7009 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -37,7 +37,7 @@ jobs: YARN_CHECKSUM_BEHAVIOR: update steps: - name: ⬇️ Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.ref }} token: ${{ env.ACCESS_TOKEN }}