From 8b26ccaebc81aeffbdc6d0345de36720de009025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Jan 2025 00:24:06 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c7389ab..d63eb63 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: run: sh .github/scripts/update-readme-version.sh - name: Create Pull Request - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: Dependency version in README.md updated to ${{ env.VERSION }} file_pattern: 'README.md'