From d460c9586bd784c7d3ddc72912fcf105ac713812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 02:48:49 +0000 Subject: [PATCH] build(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/v2.1.9...v2.1.10) --- 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/relative-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/relative-ci.yaml b/.github/workflows/relative-ci.yaml index 5db243ea94..1e443144ea 100644 --- a/.github/workflows/relative-ci.yaml +++ b/.github/workflows/relative-ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@v2.1.9 + uses: relative-ci/agent-action@v2.1.10 with: # RelativeCI project key key: ${{ secrets.RELATIVE_CI_KEY }}