From 2ccca2fb69dab6b41692b97660a6d87e97fb1955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:57:14 +0000 Subject: [PATCH] Chore(deps): Bump relative-ci/agent-action from 2.1.7 to 2.1.8 Bumps [relative-ci/agent-action](https://github.com/relative-ci/agent-action) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/relative-ci/agent-action/releases) - [Commits](https://github.com/relative-ci/agent-action/compare/12ae70ae754dd23b097fc19af712a45b8426de55...9b97f76ae2e94d4611320953cd70580d75f77963) --- 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..df213b5b8 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@9b97f76ae2e94d4611320953cd70580d75f77963 # v2 with: webpackStatsFile: ./webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}