From ffe138470e62f0afd85d22460f7540b277f03265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:11:40 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 3.0.0 to 3.1.2 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/2cc8e6d8e356d76b0280cdd03766c36596a0614e...af341a800cdbcde3ddcebb7a62410ac06a78a207) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index bf072b16710..4582f4c37b9 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -34,7 +34,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install Updatecli - uses: updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e # v3.0.0 + uses: updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207 # v3.1.2 - name: Apply Updatecli # Never use '--debug' option, because it might leak the access tokens.