From bbbb12625537dbe0004a3c9d5eb1c7d0d1d1e4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:32:59 +0000 Subject: [PATCH] Chore(deps): Bump relative-ci/agent-action from 2.1.7 to 2.1.9 Bumps [relative-ci/agent-action](https://github.com/relative-ci/agent-action) from 2.1.7 to 2.1.9. - [Release notes](https://github.com/relative-ci/agent-action/releases) - [Commits](https://github.com/relative-ci/agent-action/compare/12ae70ae754dd23b097fc19af712a45b8426de55...5a64b486a2d123f21dda6780236f2de9b18bf478) --- 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 c69f6a3ba..ef274a72d 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@e92b0c712e5ad0a039faf1026cbe438b8e7fed16 # v2 + uses: relative-ci/agent-action@5a64b486a2d123f21dda6780236f2de9b18bf478 # v2 with: webpackStatsFile: ./webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}