From b20850614e8f6f37fb465944f926ea1833e99004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:58:34 +0000 Subject: [PATCH] Chore(deps): Bump relative-ci/agent-action from 2.1.9 to 2.1.10 Bumps [relative-ci/agent-action](https://github.com/relative-ci/agent-action) from 2.1.9 to 2.1.10. - [Release notes](https://github.com/relative-ci/agent-action/releases) - [Commits](https://github.com/relative-ci/agent-action/compare/5a64b486a2d123f21dda6780236f2de9b18bf478...6a11b7d7fdd6670554fba1e1a40750daa33032d7) --- updated-dependencies: - dependency-name: relative-ci/agent-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 3984ee728..2a6cfe838 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -61,7 +61,7 @@ jobs: npm run stats --if-present - name: Send bundle stats to RelativeCI - uses: relative-ci/agent-action@5a64b486a2d123f21dda6780236f2de9b18bf478 # v2 + uses: relative-ci/agent-action@6a11b7d7fdd6670554fba1e1a40750daa33032d7 # v2 with: webpackStatsFile: ./webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}