From b0c3b7ffb70a0db9e28b1e0114ee04f54058b3d2 Mon Sep 17 00:00:00 2001 From: Marijan <77665447+mc2eqe@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:11:34 +0200 Subject: [PATCH] Update bump version --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index cad181d..683e0cc 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.event.head_commit.author.name != 'GitHubActions' && github.event.pull_request.merged == true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GIT_USER_TOKEN }} - run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'