diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad48ddad5..9117e73f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: - name: Compute dependency cache key id: compute_hash - run: echo "hash=${{ hashFiles('Tuist/Dependencies.swift') }}" >> $GITHUB_OUTPUT + run: echo "hash=${{ hashFiles('Tuist/Package.swift') }}" >> $GITHUB_OUTPUT - name: Check dependency cache uses: actions/cache@v3