From b5834b9b45cc428d0e2008afa94f3fc7fc6b2a11 Mon Sep 17 00:00:00 2001 From: Daniel Bate Date: Tue, 6 Feb 2024 09:58:44 +0000 Subject: [PATCH 1/2] chore: fix generated restore cache --- .github/actions/ci-setup/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a8cc702bf2b4137ecf3d03f5bd604a7436ac4426 Mon Sep 17 00:00:00 2001 From: Daniel Bate Date: Tue, 6 Feb 2024 09:59:00 +0000 Subject: [PATCH 2/2] chore: changeset --- .changeset/silly-rockets-learn.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/silly-rockets-learn.md 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 @@ +--- +---