From a71e3842cbaa925f11a61c2c7941ba3bba29b452 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 4 Feb 2025 17:06:12 +0100 Subject: [PATCH 1/5] [chore] Cache yarn packages for CI --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fb7295c16d..2b0471edb2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: lts/* + cache: 'yarn' - name: Install Dependencies run: yarn install --frozen-lockfile From 4d11a46468ee22a7dfb3313c712a3139069f2d0d Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 4 Feb 2025 17:22:01 +0100 Subject: [PATCH 2/5] Create dirty-pets-fly.md --- .changeset/dirty-pets-fly.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/dirty-pets-fly.md diff --git a/.changeset/dirty-pets-fly.md b/.changeset/dirty-pets-fly.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/dirty-pets-fly.md @@ -0,0 +1,2 @@ +--- +--- From 7d3c608d3b06f3ca1535ff25bc0ae4a1b2d16b27 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 4 Feb 2025 17:22:43 +0100 Subject: [PATCH 3/5] Update style-check.yml --- .github/workflows/style-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index ef20a71953..5b6eb5e0c5 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest name: ESLint Annotation steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: eslint_report.json - name: Annotate Code Linting Results From aec77aa34c83f2fb708b8f5750a10b2ad722d8cf Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 4 Feb 2025 17:23:16 +0100 Subject: [PATCH 4/5] Cache yarn in release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ba49c811b..284a669269 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: lts/* + cache: 'yarn' - name: Install Dependencies run: yarn install --frozen-lockfile From d32e8bca2105c1014d2f496880d0e9cd3d046b2b Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 4 Feb 2025 18:04:53 +0100 Subject: [PATCH 5/5] [chore] Update deprecated download artifact on CI (#1647) * I'm merging even though ESLint is stlll failing in Github Actions as I believe it's running actions _without_ this PR applied yet --- .changeset/lucky-donuts-hammer.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/lucky-donuts-hammer.md diff --git a/.changeset/lucky-donuts-hammer.md b/.changeset/lucky-donuts-hammer.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/lucky-donuts-hammer.md @@ -0,0 +1,2 @@ +--- +---