From 4c0c60f217a48b80f7523c2cc4451215739cbe46 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Mon, 10 Mar 2025 19:35:38 +0100 Subject: [PATCH] chore: Bump agent-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 117b77ba..fc7c0239 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@7abf50165f867d55da7dcb0ba0f7f6cf51bab964 + uses: relative-ci/agent-action@v2.2.0 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}