diff --git a/actions/restore-assets/action.yml b/actions/restore-assets/action.yml index bcffedb..bc5c876 100644 --- a/actions/restore-assets/action.yml +++ b/actions/restore-assets/action.yml @@ -30,7 +30,7 @@ runs: steps: - name: Compute asset cache key from remote SHAs id: asset-hash - uses: ./.github/actions/compute-asset-hash + uses: mempool/.github/actions/compute-asset-hash@master with: github-token: ${{ inputs.github-token }} cache-version: ${{ inputs.cache-version }} diff --git a/actions/sync-assets/action.yml b/actions/sync-assets/action.yml index c079d33..b4d4e8b 100644 --- a/actions/sync-assets/action.yml +++ b/actions/sync-assets/action.yml @@ -27,7 +27,7 @@ runs: steps: - name: Compute asset cache key from remote SHAs id: asset-hash - uses: ./.github/actions/compute-asset-hash + uses: mempool/.github/actions/compute-asset-hash@master with: github-token: ${{ inputs.github-token }} cache-version: ${{ inputs.cache-version }}