From b79ff86f9b5ed0d355ef59e51ee9e43942f72f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:25:23 +0000 Subject: [PATCH] Bump tshion/apply-git-user from 2.0.6 to 2.0.7 Bumps [tshion/apply-git-user](https://github.com/tshion/apply-git-user) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/tshion/apply-git-user/releases) - [Commits](https://github.com/tshion/apply-git-user/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: tshion/apply-git-user dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/140-create-version-pr.yml | 2 +- .github/workflows/181-deploy-ios.yml | 2 +- .github/workflows/181a-upload-podspec.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/140-create-version-pr.yml b/.github/workflows/140-create-version-pr.yml index f78e197..57cdea7 100644 --- a/.github/workflows/140-create-version-pr.yml +++ b/.github/workflows/140-create-version-pr.yml @@ -50,7 +50,7 @@ jobs: GH_TOKEN: ${{ github.token }} # https://github.com/tshion/apply-git-user - - uses: tshion/apply-git-user@2.0.6 + - uses: tshion/apply-git-user@2.0.7 with: user: github-actions diff --git a/.github/workflows/181-deploy-ios.yml b/.github/workflows/181-deploy-ios.yml index fff0b38..dbdee8a 100644 --- a/.github/workflows/181-deploy-ios.yml +++ b/.github/workflows/181-deploy-ios.yml @@ -114,7 +114,7 @@ jobs: name: ${{ needs.build.outputs.zipname }} # https://github.com/tshion/apply-git-user - - uses: tshion/apply-git-user@2.0.6 + - uses: tshion/apply-git-user@2.0.7 with: user: github-actions diff --git a/.github/workflows/181a-upload-podspec.yml b/.github/workflows/181a-upload-podspec.yml index 7a1c02c..33e6d7c 100644 --- a/.github/workflows/181a-upload-podspec.yml +++ b/.github/workflows/181a-upload-podspec.yml @@ -39,7 +39,7 @@ jobs: run: make setup-ios # https://github.com/tshion/apply-git-user - - uses: tshion/apply-git-user@2.0.6 + - uses: tshion/apply-git-user@2.0.7 with: global: true user: github-actions