From 0f7926af1588ddcd7583fa7c6a266559656a5b27 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 4 Jan 2026 19:21:16 +0100 Subject: [PATCH 1/3] chore: Update relative-ci/github-action --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f0585475..507d215c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@v3.2.1 + uses: relative-ci/agent-action@2cf237d87ff61e8cfb6fa43649493a7a3cdb8c95 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From ef86c83d8fbc66931ec46e328e266733a4b8e26f Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 4 Jan 2026 19:27:12 +0100 Subject: [PATCH 2/3] chore: Update relative-ci/github-action@v3.2.2 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 507d215c..fc7e2713 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@2cf237d87ff61e8cfb6fa43649493a7a3cdb8c95 + uses: relative-ci/agent-action@v3.2.2 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From 41cd6f1ea6a20e15acb2aee5aa0dffaa2d758c8b Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Mon, 4 May 2026 22:20:27 +0200 Subject: [PATCH 3/3] chore: Bump agent to 3.2.3 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fc7e2713..4c075306 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@v3.2.2 + uses: relative-ci/agent-action@7774ad0341c62d6d6fdc04724e41a68e2dd989ce with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}