diff --git a/.changeset/silly-rockets-learn.md b/.changeset/silly-rockets-learn.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/silly-rockets-learn.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/actions/ci-setup/action.yaml b/.github/actions/ci-setup/action.yaml index 376f20c2016..2eee76c489b 100644 --- a/.github/actions/ci-setup/action.yaml +++ b/.github/actions/ci-setup/action.yaml @@ -16,7 +16,7 @@ runs: key: ${{ runner.os }}-node-${{ inputs.node-version }}-pnpm-${{ inputs.pnpm-version }}-lock-${{ hashFiles('**/pnpm-lock.yaml') }} - name: Restore Generated Files - uses: actions/cache/save@v3 + uses: actions/cache/restore@v3 with: path: | apps/docs/.typedoc @@ -32,7 +32,7 @@ runs: key: ${{ runner.os }}-turbo-${{ github.sha }} - name: Save Generated Files - uses: actions/cache/restore@v3 + uses: actions/cache/save@v3 with: path: | apps/docs/.typedoc