From bd32f2f120219d41d86c64352f6223a4ddac9c01 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:08:57 +0100 Subject: [PATCH] chore: bump action version --- .github/workflows/release-mobile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index 47dd14f..2404cec 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Automated Version Bump - uses: phips28/gh-action-bump-version@v10.1.1 + uses: phips28/gh-action-bump-version@v11.0.0 with: skip-tag: 'true' commit-message: 'chore: bump mobile version to {{version}} [skip ci]'