From ffea30629ea78051eb83612fb57d81fc13ec3c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:12:44 +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 808279312..d999817e1 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@12ae70ae754dd23b097fc19af712a45b8426de55 # v2 + uses: relative-ci/agent-action@5a64b486a2d123f21dda6780236f2de9b18bf478 # v2 with: webpackStatsFile: ./webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}