From 757b8093a9d93e090b0d0ba270d35b5e90897904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:26:32 +0000 Subject: [PATCH] build(deps): bump relative-ci/agent-action from 2.1.11 to 2.1.12 Bumps [relative-ci/agent-action](https://github.com/relative-ci/agent-action) from 2.1.11 to 2.1.12. - [Release notes](https://github.com/relative-ci/agent-action/releases) - [Commits](https://github.com/relative-ci/agent-action/compare/v2.1.11...v2.1.12) --- 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 311d4073a6..8f605c822a 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.11 + uses: relative-ci/agent-action@v2.1.12 with: # RelativeCI project key key: ${{ secrets.RELATIVE_CI_KEY }}